Add darkmode

Prettier titles
This commit is contained in:
Michał Gdula 2023-07-21 13:25:33 +01:00
parent b6077f88ed
commit 0ddc2a20b2
15 changed files with 187 additions and 76 deletions

View file

@ -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