Update css

This commit is contained in:
Laura Hausmann 2021-07-08 02:53:18 +02:00
parent b6b4937d03
commit 765aeb6c11
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -79,7 +79,7 @@ li {
/* Works on Firefox */ /* Works on Firefox */
* { * {
scrollbar-width: thin; scrollbar-width: thin;
scrollbar-color: #161616 grey; scrollbar-color: grey #161616;
} }
/* Works on Chrome, Edge, and Safari */ /* Works on Chrome, Edge, and Safari */
@ -104,4 +104,4 @@ li {
::selection { ::selection {
color: #161616; color: #161616;
background: #d8c18c; background: #d8c18c;
} }