1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-20 03:42:07 +02:00

feat: add scrollbar styles for firefox

This commit is contained in:
Jonas Kuske
2020-05-31 07:59:00 +02:00
parent 863b0d688e
commit 843da175f9

View File

@@ -1,3 +1,8 @@
html {
scrollbar-color: var(--scrollbar-thumb) var(--background-body);
scrollbar-width: thin;
}
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;
line-height: 1.4;