From 57046f95cf97db2a63bd3eb40e1897ad61116ed4 Mon Sep 17 00:00:00 2001 From: Jacqueline Date: Sat, 21 Jan 2023 11:25:49 +0100 Subject: [PATCH] Improve hyperlink accessibility in dark mode #269 (#497) --- helper/src/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helper/src/index.css b/helper/src/index.css index 570763a18..2bbd0a05a 100644 --- a/helper/src/index.css +++ b/helper/src/index.css @@ -82,3 +82,8 @@ code { height: 60px; margin-top: 20px } + + +a { + color: #9370DB !important; +}