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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-07-13 14:06:07 +0300
committervvveiii <cntrump@gmail.com>2020-07-13 14:06:07 +0300
commit373431d8ffddc1206fff75f40daea288ee303e3c (patch)
treebab727b410c37e912a55a2ac071d65e0821f690e
parente221472513169da1292ca822dded0c6b7779e60c (diff)
update ::selection dark style
-rw-r--r--assets/css/dark-style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css
index 453c220..adbbef5 100644
--- a/assets/css/dark-style.css
+++ b/assets/css/dark-style.css
@@ -12,7 +12,8 @@ table tr:nth-child(even) {
}
::selection {
- background-color: #733733;
+ color: #191919;
+ background-color: #c2c1a2;
}
mark {