diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-15 06:53:19 +1200 |
|---|---|---|
| committer | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-15 06:53:19 +1200 |
| commit | 10b8f55b923b3f86d7a70a0bef0f8047348ae062 (patch) | |
| tree | abc7289fe4056d1ba9ad30ffe43b7e657bf5b734 /benchmark/links/theme.css | |
| parent | 0d5f9a0f5c9d70645a7911f3ef2c7bc17460ccbf (diff) | |
Added a theme tester.
Diffstat (limited to 'benchmark/links/theme.css')
| -rw-r--r-- | benchmark/links/theme.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmark/links/theme.css b/benchmark/links/theme.css new file mode 100644 index 0000000..df65d7d --- /dev/null +++ b/benchmark/links/theme.css @@ -0,0 +1,9 @@ +body { background:var(--background) !important } +.f_high { font-weight:bold; 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 }
\ No newline at end of file |
