summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css5
1 files changed, 5 insertions, 0 deletions
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;