Browse Source

[temp] make Ombi v4 text readable

I was not able to see how you setup text colors in other themes, but seems this one was referring to a non-existent `--text` variable. I added a placeholder until this theme is polished by you
pull/90/head
rg9400 5 years ago
committed by GitHub
parent
commit
00190beb6d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CSS/themes/ombi/organizr-dark.css

1
CSS/themes/ombi/organizr-dark.css

@ -21,4 +21,5 @@
--loading-bar: #2cabe3; --loading-bar: #2cabe3;
--accent-color: #2cabe3; --accent-color: #2cabe3;
--label-color: #2cabe3; --label-color: #2cabe3;
--text: #ddd;
} }

Loading…
Cancel
Save