figured out that i need to all:unset the gtk themes
parent
56b9e7cdc7
commit
152d3883b9
|
|
@ -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 */
|
||||||
|
|
|
||||||
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue