From 7338574821b8fe930301e73b41d3663cd16ffcf6 Mon Sep 17 00:00:00 2001 From: chylex Date: Mon, 6 Jun 2022 18:16:12 +0200 Subject: Improve visibility of links in dark theme (#2215) Signed-off-by: chylex --- CHANGELOG.md | 2 +- css/content.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a17bb4db..678ffa15a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/css/content.css b/css/content.css index 37abf5fe5..fe41577ba 100644 --- a/css/content.css +++ b/css/content.css @@ -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; -- cgit v1.2.3