fix(home): Switch theme to stylix

This commit is contained in:
punkfairie 2025-03-02 11:24:59 -08:00
parent 15155a8b0f
commit f0a8fe6d95
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -206,7 +206,7 @@ in {
# css
''
* {
font-family: ${config.marleyos.theme.fonts.monospace.name};
font-family: ${config.stylix.fonts.monospace.name};
font-size: 16px;
border-radius: 0;
border: none;