Merge pull request #284 from cloudflare/scrollbar

style scrollbar
pull/250/head
Sven Sauleau 2023-02-14 16:19:11 +00:00 zatwierdzone przez GitHub
commit 0484a97085
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 26 dodań i 0 usunięć

Wyświetl plik

@ -20,6 +20,32 @@
--wildebeest-vibrant-color-600: hsl(var(--wildebeest-vibrant-hue), 100%, 67%);
}
::-webkit-scrollbar {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-corner {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: var(--wildebeest-color-700);
border: 0;
border-radius: 0;
}
::-webkit-scrollbar-track {
border: 0;
border-radius: 0;
background: var(--wildebeest-color-900);
}
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
background: var(--wildebeest-color-600);
}
body {
font-family: ui-sans-serif, sans-serif, ui-sans-serif;
line-height: 1.25rem;