had some work on the remote
main
The_miro 2025-08-03 14:38:42 +02:00
commit d631f0460c
3 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,7 @@
"cmd": "firefox --private-window",
"icon": null,
"is_default_search": false,
"run_without_argument": false,
"run_without_argument": true,
"added": 1751719096.3762949
},
"e694e0a0-b308-4bd0-92ec-7133b8ed2f7a": {

View File

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

View File

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