minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9470a9838b
commit
07f3cb1e08
@ -62,6 +62,9 @@
|
|||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
/* XXX these for some reason do not work in FF... */
|
||||||
|
scrollbar-width: thin;
|
||||||
|
scrollbar-color: transparent var(--gallery-secondary-color);
|
||||||
|
|
||||||
color: var(--gallery-text-color);
|
color: var(--gallery-text-color);
|
||||||
background: var(--gallery-background-color);
|
background: var(--gallery-background-color);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user