scss tweaking
This commit is contained in:
@ -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) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user