1
0
Fork 0
forked from 2sys/shoutdotdev
shoutdotdev/static/main.css

13 lines
354 B
CSS

:root {
--bs-font-sans-serif: Geist, "Noto Sans", Roboto, "Segoe UI", system-ui, -apple-system, "Helvetica Neue", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji";
}
[data-bs-theme="dark"] {
--bs-body-bg: rgb(27, 28, 30);
--bs-tertiary-bg-rgb: 36, 38, 40;
}
@font-face {
font-family: Geist;
src: url("./geist/geist_variable.ttf");
}