mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 23:09:32 +07:00
24 lines
471 B
CSS
24 lines
471 B
CSS
@import url(../fonts/Quicksand/Quicksand.css);
|
|
@import url(../fonts/MaterialSymbolsRounded/MaterialSymbolsRounded.css);
|
|
|
|
@import url(Flags/Flags.css);
|
|
@import url(PageManager.css);
|
|
@import url(Background.css);
|
|
@import url(Pages/Pages.css);
|
|
|
|
|
|
body {
|
|
background: #000;
|
|
color: var(--color);
|
|
margin: 0;
|
|
font-family: Quicksand;
|
|
font-weight: bold;
|
|
user-select: none;
|
|
font-size: 14px;
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|