summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
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 {