💻 Make the whole page dark, except for the main content
This commit is contained in:
parent
164e39ccf2
commit
fa71a52947
2 changed files with 8 additions and 2 deletions
|
|
@ -33,6 +33,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.bg-white {
|
||||
p, header {
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
|
||||
dl {
|
||||
& > dt + dd, & > dd + dd {
|
||||
padding-left: 1em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue