set scrollbar colour
This commit is contained in:
parent
98cc18191a
commit
02e9a6d85d
2 changed files with 6 additions and 1 deletions
|
@ -14,6 +14,7 @@ :root {
|
|||
html {
|
||||
height: 100%;
|
||||
color-scheme: light;
|
||||
scrollbar-color: var(--border-color) var(--background);
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -190,6 +191,10 @@ table.form textarea {
|
|||
width: 250px;
|
||||
}
|
||||
|
||||
table.form textarea {
|
||||
resize: none;
|
||||
}
|
||||
|
||||
table.form button:hover {
|
||||
background-color: var(--border-color);
|
||||
color: var(--background);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue