Files
cnix/home/core/gui/ags/style/prelude.scss
2024-07-15 14:39:56 +02:00

6 lines
115 B
SCSS

/* get rid of GTK theme's styles and set defaults */
* {
all: unset;
font-family: Inter, Roboto, sans-serif;
}