fix dark css table rows

This commit is contained in:
Wouter Groeneveld 2022-08-01 15:04:20 +02:00
parent 9db9be257f
commit 51ba6d628b
1 changed files with 10 additions and 4 deletions

View File

@ -44,7 +44,7 @@ $dark-fg: #dddddd
border: 1px solid $dark-accent
code, pre
background-color: $dark-bg-alt
background-color: lighten($dark-bg-alt, 10%)
color: lightgrey
div.list h3
@ -58,8 +58,7 @@ $dark-fg: #dddddd
.highlight
pre
background-color: $dark-bg-alt !important
color: $dark-fg !important
filter: invert(100%)
hr
border-top: 1px solid darken($dark-fg, 20%)
@ -77,4 +76,11 @@ $dark-fg: #dddddd
border-bottom: 5px solid $dark-bg
nav,
background-color: $dark-nav
background-color: $dark-nav
table
tbody
border-top: 1px solid $dark-fg
tr
&:nth-child(odd)
background: lighten($dark-bg-alt, 10%)