testing ags

This commit is contained in:
cnst
2024-07-15 14:39:56 +02:00
parent 91e09c461b
commit 2f32e46601
55 changed files with 2218 additions and 22 deletions

View File

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