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