forked from 2sys/shoutdotdev
14 lines
354 B
CSS
14 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");
|
||
|
}
|