mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 20:35:07 +01:00
Make the footer use the secondary text colour
This commit is contained in:
parent
025069ab90
commit
23233fd39b
@ -3,6 +3,10 @@
|
|||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
color: var(--light-color-secondary);
|
color: var(--light-color-secondary);
|
||||||
|
|
||||||
|
.dark-theme & {
|
||||||
|
color: var(--dark-color-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
&__inner {
|
&__inner {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -25,7 +29,6 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: var(--light-color-secondary);
|
|
||||||
|
|
||||||
&--user {
|
&--user {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user