diff --git a/styles/darkmode.css b/styles/darkmode.css index 26790f9..519b848 100644 --- a/styles/darkmode.css +++ b/styles/darkmode.css @@ -4,6 +4,10 @@ color: #dbd7db; } + html { + scrollbar-color: #dbd7db #161618 !important; + } + .button__link { background-color: #67676c; } diff --git a/styles/index.css b/styles/index.css index dcf4814..f0d0ce8 100644 --- a/styles/index.css +++ b/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; }