mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
35 lines
449 B
CSS
35 lines
449 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
min-height: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
body {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Uni Sans Heavy CAPS";
|
|
src: url("/logofont.otf");
|
|
font-display: swap;
|
|
}
|
|
|
|
.logofont {
|
|
font-family: "Uni Sans Heavy CAPS";
|
|
}
|
|
|
|
.animation-dropdown {
|
|
animation: dropdown 0.1s linear;
|
|
}
|
|
|
|
.iu-is-the-best {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
i {
|
|
width: 20px
|
|
} |