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>2021-01-20 12:53:41 +0300
committervvveiii <cntrump@gmail.com>2021-01-20 12:53:41 +0300
commit757ef2d37ac980f8fd1f2945f49095d33c7c27dd (patch)
tree9fedc3d1f258829ae0159ef53a3d80d0b9e961da
parentb4cf38ce76e350953bca014cf63da7ec729a3f99 (diff)
update scrollbar color
-rw-r--r--assets/css/dark-style.css4
-rw-r--r--assets/css/style.css2
2 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css
index 12e6c24..cb44c79 100644
--- a/assets/css/dark-style.css
+++ b/assets/css/dark-style.css
@@ -1,3 +1,7 @@
+* {
+ scrollbar-color: rgba(255, 255, 255, 0.25) transparent
+}
+
*::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.25)
}
diff --git a/assets/css/style.css b/assets/css/style.css
index 597a859..d169e13 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -6,7 +6,7 @@
/* Works on Firefox */
* {
scrollbar-width: auto;
- scrollbar-color: var(--color-scrollbar-thumb) transparent
+ scrollbar-color: rgba(0, 0, 0, 0.175) transparent
}
/* Works on Chrome, Edge, and Safari */