aboutsummaryrefslogtreecommitdiff
path: root/editor/links/theme.css
diff options
context:
space:
mode:
authorneauoire <aliceffekt@gmail.com>2019-11-09 14:16:41 -0500
committerneauoire <aliceffekt@gmail.com>2019-11-09 14:16:41 -0500
commit2c7becbe4b0defa6a6e80d46ca312fd028f1075d (patch)
treee559cb3dc9067d8b79af9f0f26968cce80ee2a5e /editor/links/theme.css
parent7c03ef84374e11abe34c0770dd277e8348aefd72 (diff)
Improved the benchmark
Diffstat (limited to 'editor/links/theme.css')
-rw-r--r--editor/links/theme.css9
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