scss tweaking
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
height: 100%;
|
||||
padding: 0 20px 0 20px;
|
||||
|
||||
&:hover { background-color: var(--hf-button-hover-color) }
|
||||
&:hover { background-color: rgb(255,255,255) }
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,25 +5,18 @@
|
||||
@use "./elements/main.scss";
|
||||
@use "./elements/footer.scss";
|
||||
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
|
||||
--body-background-color: rgb(0,0,0);
|
||||
--hf-button-hover-color: rgb(255,255,255);
|
||||
}
|
||||
:root { color-scheme: dark; }
|
||||
::selection {
|
||||
background-color: rgb(255,255,255);
|
||||
color: rgb(0,0,0);
|
||||
}
|
||||
::spelling-error {
|
||||
text-decoration: none
|
||||
}
|
||||
::spelling-error { text-decoration: none; }
|
||||
|
||||
body {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
background-color: var(--body-background-color);
|
||||
background-color: rgb(0,0,0);
|
||||
}
|
||||
button {
|
||||
background-color: transparent;
|
||||
|
Reference in New Issue
Block a user