Fix text colors in docs (#12186)

This commit is contained in:
Marcus Blättermann 2023-01-26 10:30:24 +01:00 committed by GitHub
parent 056b73468c
commit a37117abd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ $border-radius: 6px
padding: 1.5rem 2.5rem 2.5rem 2rem padding: 1.5rem 2.5rem 2.5rem 2rem
a, a:hover a, a:hover
color: var(--color-subtle) color: var(--color-subtle-on-dark)
& > *:last-child & > *:last-child
margin-bottom: 0 margin-bottom: 0

View File

@ -195,7 +195,7 @@
position: absolute position: absolute
.menu .menu
color: var(--color-subtle) color: var(--color-subtle-on-dark)
padding-right: 1.5rem padding-right: 1.5rem
display: inline-block display: inline-block
position: absolute position: absolute