Extend Theme

This commit is contained in:
Hoernschen 2022-06-27 16:09:44 +02:00
parent 7239b2c45e
commit 0cf0202035
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
29 changed files with 802 additions and 169 deletions

View file

@ -1,5 +1,3 @@
$color: {{ .Param "color" }};
* {
box-sizing: border-box;
}
@ -67,7 +65,7 @@ $color: {{ .Param "color" }};
display: inline-flex;
width: 1rem;
height: 1rem;
background: $color;
background: {{ .color.primary }};
text-decoration: none;
align-items: center;
justify-content: center;
@ -100,7 +98,7 @@ $color: {{ .Param "color" }};
left: 0;
top: 0;
z-index: 2;
color: $color;
color: {{ .color.primary }};
font-size: 3.5em;
}
@ -119,7 +117,7 @@ $color: {{ .Param "color" }};
top: 0;
right: 0;
z-index: 2;
color: $color;
color: {{ .color.primary }};
font-size: 3.5em;
}