1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-02-26 18:46:04 +01:00

Fix dark theme

This commit is contained in:
peteGSX 2025-02-10 16:42:48 +10:00
parent c993f5a4a9
commit 226ce46d96
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,6 @@ on:
push: push:
branches: branches:
- master-exraildoc - master-exraildoc
- master-exraildocdev
pull_request: pull_request:
branches: [ master ] branches: [ master ]
workflow_dispatch: workflow_dispatch:

View File

@ -882,3 +882,7 @@ html[data-theme='dark'] .new-in-v5 {
font-size: 80% !important; font-size: 80% !important;
} }
} }
html[data-theme='dark'] .rst-content span.descname {
color: #dbdd7c !important;
}