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:
parent
c993f5a4a9
commit
226ce46d96
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master-exraildoc
|
||||
- master-exraildocdev
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
|
4
docs/_static/css/dccex_theme.css
vendored
4
docs/_static/css/dccex_theme.css
vendored
@ -882,3 +882,7 @@ html[data-theme='dark'] .new-in-v5 {
|
||||
font-size: 80% !important;
|
||||
}
|
||||
}
|
||||
|
||||
html[data-theme='dark'] .rst-content span.descname {
|
||||
color: #dbdd7c !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user