styled the text scroll
This commit is contained in:
parent
00ac90c09f
commit
9787c13dc0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user