diff options
Diffstat (limited to 'editor/links/theme.css')
| -rw-r--r-- | editor/links/theme.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editor/links/theme.css b/editor/links/theme.css index 7814447..ffcf93c 100644 --- a/editor/links/theme.css +++ b/editor/links/theme.css @@ -1,4 +1,4 @@ -body { background:var(--background) !important } +body { background:var(--background) !important; color:var(--f_med); } .bg { background:var(--background) !important } .f_high { color:var(--f_high) !important; stroke:var(--f_high) !important } .f_med { color:var(--f_med) !important ; stroke:var(--f_med) !important } @@ -8,3 +8,5 @@ body { background:var(--background) !important } .b_med { background:var(--b_med) !important ; fill:var(--b_med) !important } .b_low { background:var(--b_low) !important ; fill:var(--b_low) !important } .b_inv { background:var(--b_inv) !important ; fill:var(--b_inv) !important } + +#debug { color:var(--f_high); }
\ No newline at end of file |
