Update css

This commit is contained in:
Laura Hausmann 2021-07-08 02:47:56 +02:00
parent c5d59e0eaa
commit 030ab6f232
Signed by: zotan
GPG key ID: D044E84C5BE01605
2 changed files with 2 additions and 2 deletions

View file

@ -130,7 +130,7 @@ body {
/* Works on Firefox */ /* Works on Firefox */
* { * {
scrollbar-width: thin; scrollbar-width: thin;
scrollbar-color: #2b3e50 #4e5d6c; scrollbar-color: #4e5d6c #2b3e50;
} }
/* Works on Chrome, Edge, and Safari */ /* Works on Chrome, Edge, and Safari */

View file

@ -124,7 +124,7 @@ body {
/* Works on Firefox */ /* Works on Firefox */
* { * {
scrollbar-width: thin; scrollbar-width: thin;
scrollbar-color: #2b3e50 #4e5d6c; scrollbar-color: #4e5d6c #2b3e50;
} }
/* Works on Chrome, Edge, and Safari */ /* Works on Chrome, Edge, and Safari */