mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-18 05:40:31 +00:00
fix css
This commit is contained in:
parent
f44a521c37
commit
54a12900bb
@ -2,7 +2,6 @@ html{
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--navbar-height: 5rem;
|
--navbar-height: 5rem;
|
||||||
--navbar-background-color: #333;
|
--navbar-background-color: #333;
|
||||||
@ -16,4 +15,6 @@ html{
|
|||||||
--card-bg-color: #1E2227;
|
--card-bg-color: #1E2227;
|
||||||
--main-bg-color: #23272E;
|
--main-bg-color: #23272E;
|
||||||
--text-color: white;
|
--text-color: white;
|
||||||
|
--text-color-black: black;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
overflow-x: hidden;
|
|
||||||
font-family: 'Inter', system-ui, Avenir, Helvetica, Arial, sans-serif;
|
font-family: 'Inter', system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||||
background-color: var(--main-bg-color);
|
background-color: var(--main-bg-color);
|
||||||
color: var(--text-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user