This commit is contained in:
apex 2025-04-07 06:46:36 -04:00
parent d7ddc5d61b
commit 9908ac699e
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
}
.main {
font-family: monospace;
font-weight: 500;
font-size: x-large;
color: rgba(230, 186, 142, 0.747);
}

View File

@ -1,4 +1,5 @@
:root {
--fonts-regular: monospace !important;
--fonts-proportional: monospace/* custom proportional fonts */ !important;
--fonts-monospace: monospace/* custom monospace fonts */ !important;
--is-dark-theme: true;