Fixed window settings persistence; improved color scheme

This commit is contained in:
2023-10-07 17:12:02 -05:00
parent ea7d82b1bb
commit 7c46e5eb4b
3 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
/* Set fm to have transparent window */
* {
/* background: rgba(0, 0, 0, 0.14); */
background: rgba(39, 43, 52, 0.24);
color: rgba(255, 255, 255, 1);
border: 2px solid rgba(0, 0, 0, 0.0);
}