refactor: remove custom scrollbar styles and related variables (#1304)

This commit is contained in:
Jimmy
2026-03-08 13:23:23 +01:00
committed by GitHub
parent 0c941ebb04
commit cfcdb20d17
3 changed files with 2 additions and 31 deletions
-5
View File
@@ -19,17 +19,12 @@
--section-separation: 40px;
--scrollbar-thumb: hsl(0, 0%, 85%);
--scrollbar-track: var(--body-background);
&[data-scheme="dark"] {
--body-background: #303030;
--accent-color: #ecf0f1;
--accent-color-darker: #bdc3c7;
--accent-color-text: #000;
--body-text-color: rgba(255, 255, 255, 0.7);
--scrollbar-thumb: hsl(0, 0%, 40%);
--scrollbar-track: var(--body-background);
}
}