mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-05-20 10:24:54 +00:00
Add darkmode
Prettier titles
This commit is contained in:
parent
b6077f88ed
commit
0ddc2a20b2
15 changed files with 187 additions and 76 deletions
|
@ -45,3 +45,15 @@
|
|||
padding: 0 0.6rem
|
||||
font-style: italic
|
||||
border-left: 0.2rem solid $accent
|
||||
@media (prefers-color-scheme: dark)
|
||||
.markdown
|
||||
code
|
||||
background-color: $light
|
||||
color: $dark
|
||||
|
||||
pre
|
||||
border: 1px solid $light
|
||||
|
||||
> code
|
||||
background-color: $dark
|
||||
color: $light
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue