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 border: 1px solid $dark-accent
code, pre code, pre
background-color: $dark-bg-alt background-color: lighten($dark-bg-alt, 10%)
color: lightgrey color: lightgrey
div.list h3 div.list h3
@ -58,8 +58,7 @@ $dark-fg: #dddddd
.highlight .highlight
pre pre
background-color: $dark-bg-alt !important filter: invert(100%)
color: $dark-fg !important
hr hr
border-top: 1px solid darken($dark-fg, 20%) border-top: 1px solid darken($dark-fg, 20%)
@ -77,4 +76,11 @@ $dark-fg: #dddddd
border-bottom: 5px solid $dark-bg border-bottom: 5px solid $dark-bg
nav, 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%)