played a bit with styling
This commit is contained in:
parent
d269188cc8
commit
9b8348dc88
2 changed files with 20 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue