played a bit with styling

This commit is contained in:
Chris Kruining 2025-02-07 11:01:53 +11:00
parent d269188cc8
commit 9b8348dc88
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 20 additions and 0 deletions

View file

@ -181,6 +181,13 @@ samp {
display: inline-block;
}
@supports ((scrollbar-width: auto) and (scrollbar-width: auto)) {
:root {
scrollbar-color: var(--surface-300) transparent;
scrollbar-width: auto;
}
}
@property --hue {
syntax: '<angle>';
inherits: false;