Browse Source

Style scrollbars (for FF)

(I don't know how to do that for Chrome, but tbh, I don't care.)
pull/5/head
FiliusPatris 3 years ago
parent
commit
a5ae2f2221
Signed by untrusted user: TobTobXX
GPG Key ID: 12AC3D4752E2FA2E
  1. 4
      styles/darkmode.css
  2. 4
      styles/index.css

4
styles/darkmode.css

@ -4,6 +4,10 @@
color: #dbd7db;
}
html {
scrollbar-color: #dbd7db #161618 !important;
}
.button__link {
background-color: #67676c;
}

4
styles/index.css

@ -22,6 +22,10 @@
font-style: italic;
}
html {
scrollbar-color: black white;
}
body {
margin: 0;
font-family: "Work Sans", sans-serif;

Loading…
Cancel
Save