mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 12:25: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;
|
||||
color: var(--light-color-secondary);
|
||||
|
||||
.dark-theme & {
|
||||
color: var(--dark-color-secondary);
|
||||
}
|
||||
|
||||
&__inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -25,7 +29,6 @@
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
font-size: 1rem;
|
||||
color: var(--light-color-secondary);
|
||||
|
||||
&--user {
|
||||
margin: auto;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user