mirror of
https://github.com/kognise/water.css.git
synced 2025-08-22 12:53:25 +02:00
feat: add scrollbar styles for firefox
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
html {
|
||||||
|
scrollbar-color: var(--scrollbar-thumb) var(--background-body);
|
||||||
|
scrollbar-width: thin;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
Reference in New Issue
Block a user