diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-15 07:18:06 +1200 |
|---|---|---|
| committer | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-09-15 07:18:06 +1200 |
| commit | 234eb198d3f7a0e9901f16689a7d038594119a67 (patch) | |
| tree | 2749c60c9fc12825765acaaeff1365f51a718e98 /benchmark/links/theme.css | |
| parent | a13ae06bf27f94d2ab4f4527d957a354dbb9b33c (diff) | |
Further improvements
Diffstat (limited to 'benchmark/links/theme.css')
| -rw-r--r-- | benchmark/links/theme.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmark/links/theme.css b/benchmark/links/theme.css index 20bcc28..5cd3594 100644 --- a/benchmark/links/theme.css +++ b/benchmark/links/theme.css @@ -1,4 +1,5 @@ body { background:var(--background) !important } +.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 } @@ -8,6 +9,7 @@ body { background:var(--background) !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 } +table tr th { color:var(--f_high) !important; } pre { color:var(--f_high) !important; } pre b { color:var(--f_med) !important; } pre i { color:var(--f_low) !important; }
\ No newline at end of file |
