visual fixes, remove error

This commit is contained in:
Sara
2023-09-22 17:51:33 +02:00
parent 2cc98314d2
commit 902bc6c7cc
6 changed files with 26 additions and 18 deletions

View File

@@ -10,7 +10,7 @@
body {
background: white;
scrollbar-color: rgb(96 165 250) transparent;
scrollbar-color: rgb(132, 186, 251) transparent;
scrollbar-width: thin;
}
@@ -26,12 +26,11 @@ body {
}
::-webkit-scrollbar {
visibility: visible;
width: 5px;
opacity: 0.7;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: rgb(96 165 250);
background-color: rgb(132, 186, 251);
}