From 2c7becbe4b0defa6a6e80d46ca312fd028f1075d Mon Sep 17 00:00:00 2001 From: neauoire Date: Sat, 9 Nov 2019 14:16:41 -0500 Subject: Improved the benchmark --- editor/links/theme.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'editor/links/theme.css') 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 -- cgit v1.2.3