figured out that i need to all:unset the gtk themes

main
The_miro 2025-07-09 01:29:29 +02:00
parent 56b9e7cdc7
commit 152d3883b9
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/* Base reset */ /* Base reset */
* { * {
all: unset;
font-family: "Agave Nerd Font Mono", sans-serif; font-family: "Agave Nerd Font Mono", sans-serif;
font-size: 14pt; font-size: 14pt;
color: #d6abab; /* Updated text color */ color: #d6abab; /* Updated text color */

View File

@ -1,5 +1,6 @@
/* Base reset */ /* Base reset */
* { * {
all: unset;
font-family: "Agave Nerd Font Mono", sans-serif; font-family: "Agave Nerd Font Mono", sans-serif;
font-size: 14pt; font-size: 14pt;
color: #d6abab; /* Updated text color */ color: #d6abab; /* Updated text color */