commit
d631f0460c
|
|
@ -26,7 +26,7 @@
|
||||||
"cmd": "firefox --private-window",
|
"cmd": "firefox --private-window",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"is_default_search": false,
|
"is_default_search": false,
|
||||||
"run_without_argument": false,
|
"run_without_argument": true,
|
||||||
"added": 1751719096.3762949
|
"added": 1751719096.3762949
|
||||||
},
|
},
|
||||||
"e694e0a0-b308-4bd0-92ec-7133b8ed2f7a": {
|
"e694e0a0-b308-4bd0-92ec-7133b8ed2f7a": {
|
||||||
|
|
@ -49,4 +49,4 @@
|
||||||
"run_without_argument": false,
|
"run_without_argument": false,
|
||||||
"added": 1751764732.6393154
|
"added": 1751764732.6393154
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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