website/static/src/scss/_footer.scss

18 lines
238 B
SCSS
Raw Normal View History

2022-06-12 21:08:11 +01:00
footer.footer {
margin-top: auto;
padding: 1rem;
@include dark-mode {
2022-08-20 17:45:12 +01:00
background-color: $black;
color: $dark-mode-text;
a:hover {
color: $grey-lighter;
}
}
2022-08-26 23:25:02 +01:00
.content p {
margin-bottom: 0.25rem;
}
2022-06-12 21:08:11 +01:00
}