Finalize CSS vars (#472)

* remove unused vars

* replace remote status vars with --app-* vars

* replace status indicator vars with --app-* vars

* remove unused vars in default.css

* no need for bg color in view

* use --app* colors for view color

* remove --app-black var

* remove some unused css and divs
This commit is contained in:
Red J Adaya
2024-03-18 22:00:13 -07:00
committed by GitHub
parent a32bc10981
commit d2f5d87194
13 changed files with 36 additions and 195 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
--button-secondary-bg-color: rgba(200, 200, 200, 0.3); /* Semi-transparent light gray */
/* view colors */
--view-text-color: var(--app-text-color);
--app-text-color: var(--app-text-color);
/* table colors */
--table-thead-border-top-color: rgba(0, 0, 0, 0.2);