Make the footer use the secondary text colour

This commit is contained in:
Pizzacus 2019-07-09 14:54:52 +02:00
parent 025069ab90
commit 23233fd39b
No known key found for this signature in database
GPG key ID: FD67786AA60FA0EE
2 changed files with 5 additions and 2 deletions

View file

@ -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