summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-13 21:55:20 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-13 21:55:20 +0100
commit1b8e67217e0888656053503cc8dd3af757010f8d (patch)
treeeffd1ffe0c4cdc18bad163acb07413bc412aafe5 /stylesheets
parentce8851efc5ab26e6e40bcafd4d0ae2b6c3fac839 (diff)
downloadquatuorbellefeuille.com-1b8e67217e0888656053503cc8dd3af757010f8d.tar.xz
Tweak scrollbar color
Don't bother with programs page, since it will be completely revamped.
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/actualités.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/stylesheets/actualités.css b/stylesheets/actualités.css
index d8f04b8..f1071e1 100644
--- a/stylesheets/actualités.css
+++ b/stylesheets/actualités.css
@@ -2,7 +2,7 @@
max-height: 60vh;
overflow: auto;
scrollbar-width: thin;
- scrollbar-color: darkblue #8ad;
+ scrollbar-color: black #ddd;
}
#event-list::-webkit-scrollbar {
@@ -11,11 +11,11 @@
}
#event-list::-webkit-scrollbar-track {
- background: #8ad;
+ background: #ddd;
}
#event-list::-webkit-scrollbar-thumb {
- background: darkblue;
+ background: black;
}
.events {