1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 12:32:42 +00:00

fix unreadable CWs in dark mode (#190)

This commit is contained in:
yingxue03
2025-11-13 23:33:22 +08:00
committed by GitHub
parent 8ec8820bff
commit 1836149540

View File

@@ -170,7 +170,7 @@
@include dark-mode { @include dark-mode {
background-color: lighten($content-bg-dark, 5%); background-color: lighten($content-bg-dark, 5%);
color: #fff; color: $gray-900;
} }
font-size: 0.8rem; font-size: 0.8rem;