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
|
@ -33,3 +33,18 @@
|
|||
.table table
|
||||
th, td
|
||||
padding: 0.25rem
|
||||
|
||||
@media (prefers-color-scheme: dark)
|
||||
.table
|
||||
border: 1px solid $light
|
||||
|
||||
table
|
||||
tr
|
||||
border-bottom: 1px solid $light
|
||||
|
||||
th, td
|
||||
border-right: 1px solid $light
|
||||
|
||||
th
|
||||
background: $light
|
||||
color: $dark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue