diff options
Diffstat (limited to 'editor/links/theme.css')
| -rw-r--r-- | editor/links/theme.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/editor/links/theme.css b/editor/links/theme.css index ffcf93c..809cd39 100644 --- a/editor/links/theme.css +++ b/editor/links/theme.css @@ -9,4 +9,11 @@ body { background:var(--background) !important; color:var(--f_med); } .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 +#debug { color:var(--f_high); } + +#dis_f_high { background: var(--f_high) !important } +#dis_f_med { background: var(--f_med) !important } +#dis_f_low { background: var(--f_low) !important } +#dis_b_high { background: var(--b_high) !important } +#dis_b_med { background: var(--b_med) !important } +#dis_b_low { background: var(--b_low) !important }
\ No newline at end of file |
