Improve visibility of links in dark theme (#2215)

Signed-off-by: chylex <contact@chylex.com>
This commit is contained in:
chylex 2022-06-06 18:16:12 +02:00 committed by Benjamin Brahmer
parent 1fc1e51c6d
commit 7338574821
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
# Unreleased
## [21.x.x]
### Changed
- Improve visibility of links in dark theme (#2215)
### Fixed

View File

@ -714,6 +714,11 @@
text-decoration: underline;
}
body.theme--dark #app-content .body a, /* NC 24 */
[data-theme-dark] #app-content .body a { /* NC 25 */
color: #9cc7ff;
}
#app-content .body ul {
margin: 7px 0;
padding-left: 14px;