styled the text scroll

This commit is contained in:
Václav Šmejkal 2024-05-16 21:02:47 +02:00
parent 00ac90c09f
commit 9787c13dc0
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -21,6 +21,27 @@ body
background: #6F7270; background: #6F7270;
color: #C1BFBE; color: #C1BFBE;
padding: 1vh; padding: 1vh;
overflow-y: scroll;
}
::-webkit-scrollbar
{
width: 0.75vh;
}
::-webkit-scrollbar-track
{
background-color: #C1BFBE;
}
::-webkit-scrollbar-thumb
{
background-color: #888;
}
::-webkit-scrollbar-thumb:hover
{
background-color: #555;
} }
#nav_buttons #nav_buttons