Update css

This commit is contained in:
Laura Hausmann 2021-06-24 19:24:03 +02:00
parent 32e7caa48b
commit 37604c8b1c
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -74,4 +74,14 @@ li {
*::-webkit-scrollbar-thumb {
background-color: grey;
border-radius: 20px;
}
::-moz-selection { /* Code for Firefox */
color: #161616;
background: #d8c18c;
}
::selection {
color: #161616;
background: #d8c18c;
}