forgejo/web_src/css/themes/theme-forgejo-dark-tritanopia.css
Gusted c2280a2009
Fix CSS linting errors
- Trivial auto-fix applied.
- Removed CSS that was no longer needed (either was removed or upstream
already improved the CSS).
- Used existing variables for colors.
- Fix CSS selectors to match existing ones.
2024-02-26 00:40:43 +01:00

12 lines
319 B
CSS

@import "./theme-forgejo-dark.css";
:root {
--color-diff-removed-word-bg: #792e2e;
--color-diff-removed-row-border: #792e2e;
--color-diff-removed-row-bg: #25171c;
--color-diff-added-word-bg: #214d88;
--color-diff-added-row-border: #214d88;
--color-diff-added-row-bg: #13233a;
--color-code-bg: #0d1117;
}