Add dark mode for contact page

This commit is contained in:
Jake Howard 2022-08-27 21:13:15 +01:00
parent e6244bee51
commit 245d2ee146
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
.page-contactpage {
.card {
@include dark-mode {
background-color: $grey-darker;
}
}
.subtitle {
@include dark-mode {
color: $grey-lighter;
}
}
}

View File

@ -18,6 +18,7 @@
@import "search";
@import "spotify";
@import "404";
@import "contact";
html,
body {