Skip to content
Snippets Groups Projects
Commit d78c9a42 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

adjust scrollbar

parent 20cfacd5
No related merge requests found
......@@ -9,7 +9,7 @@
font-size: 150%;
font-weight: bold;
text-align: center;
letter-spacing: 10px;
letter-spacing: 7px;
color: var(--secondary);
animation: moveInLeft 2s ease-out;
padding-top: 10px;
......
......@@ -22,14 +22,10 @@ body{
}
::-webkit-scrollbar{
width: 8px;
width: 12px;
background-color: var(--on-secondary);
}
::-webkit-scrollbar:hover{
width: 20px;
}
::-webkit-scrollbar-thumb{
background-color: var(--secondary);
border-radius: 10px;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment