mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 14:59:32 +07:00
21 lines
353 B
CSS
21 lines
353 B
CSS
@import url(../fonts/fonts.css);
|
|
|
|
@import url(Flags/Flags.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;
|
|
} |