finished optimizing css
This commit is contained in:
@@ -4,20 +4,6 @@
|
||||
--bg-hover: #252530;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--color-bg-base);
|
||||
color: var(--color-text-primary);
|
||||
font-family: 'Inter', system-ui, sans-serif;
|
||||
overflow-x: hidden;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.hidden { display: none !important; }
|
||||
|
||||
.top-bar {
|
||||
|
||||
Reference in New Issue
Block a user