scss tweaking

This commit is contained in:
2025-02-23 14:08:21 -05:00
parent 9bf6389376
commit 667dd7d662
2 changed files with 4 additions and 11 deletions

View File

@ -19,7 +19,7 @@
height: 100%; height: 100%;
padding: 0 20px 0 20px; padding: 0 20px 0 20px;
&:hover { background-color: var(--hf-button-hover-color) } &:hover { background-color: rgb(255,255,255) }
} }
} }

View File

@ -5,25 +5,18 @@
@use "./elements/main.scss"; @use "./elements/main.scss";
@use "./elements/footer.scss"; @use "./elements/footer.scss";
:root { :root { color-scheme: dark; }
color-scheme: dark;
--body-background-color: rgb(0,0,0);
--hf-button-hover-color: rgb(255,255,255);
}
::selection { ::selection {
background-color: rgb(255,255,255); background-color: rgb(255,255,255);
color: rgb(0,0,0); color: rgb(0,0,0);
} }
::spelling-error { ::spelling-error { text-decoration: none; }
text-decoration: none
}
body { body {
box-sizing: border-box; box-sizing: border-box;
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;
background-color: var(--body-background-color); background-color: rgb(0,0,0);
} }
button { button {
background-color: transparent; background-color: transparent;