matugen: make UI font and monospace font different variables

This commit is contained in:
Nico 2025-12-30 01:46:46 +11:00
parent 30aabf1683
commit 2fb3b565f7
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
6 changed files with 12 additions and 4 deletions

View file

@ -18,6 +18,7 @@
:root {
/* font, change to 'gg sans' for default discord font*/
--font: '{{ font }}';
--code-font: '{{ monospace_font }}';
/* top left corner text */
--corner-text: 'Midnight';
@ -91,6 +92,10 @@ body {
font-family: '{{ font }}';
}
code {
font-family: '{{monospace_font}}';
}
/* Selected chat/friend text */
.selected_f5eb4b,
.selected_f6f816 .link_d8bfb3 {