From a59d0ddbee1c73f5db895a3c9ef9bfbf484e34d6 Mon Sep 17 00:00:00 2001 From: syeopite Date: Sat, 26 Jun 2021 21:43:38 -0700 Subject: [PATCH] Fix styling of simulated_a --- assets/css/default.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 47c20647..ae7700f8 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -394,7 +394,7 @@ span > select { color: #fff !important; } -.light-theme a { +.light-theme a, .light-theme .simulated_a { color: #335d7a; text-decoration: none; } @@ -429,7 +429,7 @@ span > select { color: #fff !important; } - .no-theme a { + .no-theme a, .no-theme .simulated_a { color: #335d7a; text-decoration: none; } @@ -464,7 +464,7 @@ span > select { color: rgb(0, 182, 240) !important; } -.dark-theme a { +.dark-theme a, .dark-theme .simulated_a { color: #A8A095; text-decoration: none; } @@ -528,7 +528,7 @@ body.dark-theme { color: rgb(0, 182, 240) !important; } - .no-theme a { + .no-theme a, .no-theme .simulated_a { color: #a0a0a0; text-decoration: none; }