💻 Make the whole page dark, except for the main content

This commit is contained in:
Dan Jones 2018-02-07 17:57:40 +00:00
commit fa71a52947
2 changed files with 8 additions and 2 deletions

View file

@ -33,6 +33,12 @@
}
}
.bg-white {
p, header {
color: $black;
}
}
dl {
& > dt + dd, & > dd + dd {
padding-left: 1em;