Add dark mode for contact page
This commit is contained in:
parent
e6244bee51
commit
245d2ee146
2 changed files with 14 additions and 0 deletions
13
static/src/scss/_contact.scss
Normal file
13
static/src/scss/_contact.scss
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
.page-contactpage {
|
||||||
|
.card {
|
||||||
|
@include dark-mode {
|
||||||
|
background-color: $grey-darker;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.subtitle {
|
||||||
|
@include dark-mode {
|
||||||
|
color: $grey-lighter;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -18,6 +18,7 @@
|
||||||
@import "search";
|
@import "search";
|
||||||
@import "spotify";
|
@import "spotify";
|
||||||
@import "404";
|
@import "404";
|
||||||
|
@import "contact";
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Reference in a new issue