diff options
| author | neauoire <aliceffekt@gmail.com> | 2019-11-09 13:55:06 -0500 |
|---|---|---|
| committer | neauoire <aliceffekt@gmail.com> | 2019-11-09 13:55:06 -0500 |
| commit | 7c03ef84374e11abe34c0770dd277e8348aefd72 (patch) | |
| tree | 3d99396d25e68c5b908eb75b0d60f1314e43297f /editor/links/theme.css | |
| parent | 882b07993365a995f31b0d25c62a57db78580911 (diff) | |
Improved the basic themes
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 |
