2024-04-14 15:05:13 +00:00
|
|
|
@import url("https://styles.alv.cx/fonts/comic-mono-font.css");
|
2024-12-25 19:33:59 +00:00
|
|
|
@import url("https://styles.alv.cx/modules/dotgrid.css");
|
2024-12-25 19:45:11 +00:00
|
|
|
@import url("https://styles.alv.cx/modules/alwaysdark.css");
|
2024-12-25 19:33:59 +00:00
|
|
|
|
|
|
|
:root {
|
|
|
|
--dotgrid-size: 3em;
|
|
|
|
--dotgrid-dot-size: 1px;
|
|
|
|
}
|
2024-04-14 15:05:13 +00:00
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: 'Comic Mono', monospace;
|
|
|
|
}
|