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