mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user