u10homepage/docs/stylesheets/u10.css
Tim Friedrich Weber 2bcdc76ed3
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 4m3s
Add CI Highlighting and Scroll Bar with Logo Color; Optimize complete assets/images folder for improving speed
2024-03-19 11:19:11 +01:00

23 lines
318 B
CSS

::-moz-selection {
background: #3B7EA5;
color: #fff;
}
::selection {
background: #3B7EA5;
color: #fff;
}
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #fff;
border-radius: 0;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #3B7EA5;
}