2024-09-25 15:14:48 +02:00
|
|
|
@use "bootstrap/scss/bootstrap" with (
|
|
|
|
$color-mode-type: media-query,
|
2024-09-25 16:43:53 +02:00
|
|
|
$font-family-sans-serif: (
|
|
|
|
"FiraGO",
|
|
|
|
system-ui,
|
|
|
|
-apple-system,
|
|
|
|
"Segoe UI",
|
|
|
|
Roboto,
|
|
|
|
"Helvetica Neue",
|
|
|
|
"Noto Sans",
|
|
|
|
"Liberation Sans",
|
|
|
|
Arial,
|
|
|
|
sans-serif,
|
|
|
|
"Apple Color Emoji",
|
|
|
|
"Segoe UI Emoji",
|
|
|
|
"Segoe UI Symbol",
|
|
|
|
"Noto Color Emoji",
|
|
|
|
)
|
2024-09-25 15:14:48 +02:00
|
|
|
);
|
2024-09-05 22:29:12 +02:00
|
|
|
|
|
|
|
@import "@fontsource/firago/400.css";
|
|
|
|
@import "@fontsource/firago/400-italic.css";
|
2024-09-06 15:01:44 +02:00
|
|
|
@import "@fontsource/firago/700.css";
|
2024-09-29 20:24:47 +02:00
|
|
|
|
|
|
|
.pride-flag {
|
|
|
|
height: 1.5rem;
|
|
|
|
max-width: 200px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2024-10-01 16:06:02 +02:00
|
|
|
|
|
|
|
// This is necessary for line breaks in translation strings to show up. Don't ask me why
|
|
|
|
.text-has-newline {
|
|
|
|
white-space: pre-line;
|
|
|
|
}
|