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" }};
|
||||
|
||||
.footer {
|
||||
margin: auto;
|
||||
padding: 1.5rem 0rem;
|
||||
|
@ -16,7 +14,11 @@ $color: {{ .Param "color" }};
|
|||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
font-size: 2em;
|
||||
color: $color;
|
||||
color: {{ .Site.Params.color.primary }};
|
||||
}
|
||||
|
||||
.social-media-footer a {
|
||||
color: {{ .Site.Params.color.primary }};
|
||||
}
|
||||
|
||||
.links {
|
||||
|
@ -36,6 +38,10 @@ $color: {{ .Param "color" }};
|
|||
padding: 0px 24px;
|
||||
}
|
||||
|
||||
.link a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
margin-top: 2rem;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue