Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNYPD <6412879+NYPD@users.noreply.github.com>2022-02-24 11:52:19 +0300
committerNYPD <6412879+NYPD@users.noreply.github.com>2022-02-24 11:52:19 +0300
commite6dee2a3e4a7f4a0255cf57eee500d2454a5795c (patch)
tree44b3da488965b55c151fb8b8cd8bdad501ea9ee0
parent864ab2108800bf6da33e2c36c6737ba2cdf6ac58 (diff)
Update dark.css link color to be more consistent with light theme
-rw-r--r--assets/css/dark.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/dark.css b/assets/css/dark.css
index 3cfa7c9..f173105 100644
--- a/assets/css/dark.css
+++ b/assets/css/dark.css
@@ -15,10 +15,14 @@ body[data-dark-theme="true"] footer * {
body[data-dark-theme="true"] .intro-header,
body[data-dark-theme="true"] .intro-header a,
+body[data-dark-theme="true"] .intro-header a:visited,
+body[data-dark-theme="true"] .post-preview a,
+body[data-dark-theme="true"] .post-preview a:visited,
body[data-dark-theme="true"] .container[role=main] {
color: #c9c9c9;
}
+body[data-dark-theme="true"] .blog-tags a,
body[data-dark-theme="true"] a {
color: #809fff
}