aboutsummaryrefslogtreecommitdiff
path: root/editor/links
diff options
context:
space:
mode:
authorneauoire <aliceffekt@gmail.com>2019-11-09 13:55:06 -0500
committerneauoire <aliceffekt@gmail.com>2019-11-09 13:55:06 -0500
commit7c03ef84374e11abe34c0770dd277e8348aefd72 (patch)
tree3d99396d25e68c5b908eb75b0d60f1314e43297f /editor/links
parent882b07993365a995f31b0d25c62a57db78580911 (diff)
Improved the basic themes
Diffstat (limited to 'editor/links')
-rw-r--r--editor/links/theme.css4
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