summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/index.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/css/index.css b/css/index.css
index 948768f..0a8cdd4 100644
--- a/css/index.css
+++ b/css/index.css
@@ -30,3 +30,20 @@
overflow : auto;
}
+::selection {
+ background : #007d71;
+ color : white;
+}
+
+::-webkit-scrollbar {
+ width: 4px;
+}
+
+::-webkit-scrollbar-thumb {
+ background-color: #007d71;
+}
+
+::-webkit-scrollbar-track {
+ background-color: #eee;
+}
+