Extend Theme
This commit is contained in:
parent
7239b2c45e
commit
0cf0202035
29 changed files with 802 additions and 169 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue