aboutsummaryrefslogtreecommitdiff
path: root/links/theme.css
diff options
context:
space:
mode:
authorneauoire <aliceffekt@gmail.com>2020-03-26 19:07:34 +0900
committerneauoire <aliceffekt@gmail.com>2020-03-26 19:07:34 +0900
commit8c1800738f582557b11506cba71fa7f2db699224 (patch)
tree0dd78eba05d414e8101169b100bff23d8c36828a /links/theme.css
parent57b4ae078926559dae491385e6265ec21d20c45f (diff)
Updated themeJS
Diffstat (limited to 'links/theme.css')
-rw-r--r--links/theme.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/links/theme.css b/links/theme.css
new file mode 100644
index 0000000..809cd39
--- /dev/null
+++ b/links/theme.css
@@ -0,0 +1,19 @@
+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 }
+.f_low { color:var(--f_low) !important ; stroke:var(--f_low) !important }
+.f_inv { color:var(--f_inv) !important ; stroke:var(--f_inv) !important }
+.b_high { background:var(--b_high) !important; fill:var(--b_high) !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); }
+
+#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