9 lines
148 B
SCSS
9 lines
148 B
SCSS
|
@import "variables";
|
||
|
.footer {
|
||
|
padding: 18px;
|
||
|
font-size: $font-size-content;
|
||
|
}
|
||
|
|
||
|
.dark-mode .footer {
|
||
|
background-color: $dark-navbar;
|
||
|
}
|