Browse Source

Give some care for the scrollbars (#5)

Fix intendation style

Style scrollbars (for FF)

(I don't know how to do that for Chrome, but tbh, I don't care.)

Merge remote-tracking branch 'upstream/main'

 Hide x-direction scrollbar

Co-authored-by: FiliusPatris <filiuspatrisapps@gmail.com>
Reviewed-on: #5
Co-Authored-By: TobTobXX <tobtobxx@gmail.com>
Co-Committed-By: TobTobXX <tobtobxx@gmail.com>
main
TobTobXX 3 years ago committed by Garrit Franke
parent
commit
9f3c3c1cb4
  1. 4
      styles/darkmode.css
  2. 5
      styles/index.css

4
styles/darkmode.css

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

5
styles/index.css

@ -22,10 +22,15 @@
font-style: italic;
}
html {
scrollbar-color: black white;
}
body {
margin: 0;
font-family: "Work Sans", sans-serif;
font-weight: 250;
overflow-x: hidden;
text-align: center;
}

Loading…
Cancel
Save