mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-13 11:42:23 -05:00
4ec627c0b1
I found them to have too little contrast so I tweaked them a bit. Screenshots and discussion can be found at: https://codeberg.org/forgejo/forgejo/pulls/1746#issuecomment-2442469 Thanks a lot to @jpkhawam for creating the colorblind themes and for helping me improving my changes even further! :)
9 lines
263 B
CSS
9 lines
263 B
CSS
@import "./theme-forgejo-dark.css";
|
|
|
|
:root {
|
|
/* removed rows/words: use red colors from vanilla forgejo-dark */
|
|
--color-diff-added-word-bg: #214d88;
|
|
--color-diff-added-row-border: #214d88;
|
|
--color-diff-added-row-bg: #18184f;
|
|
--color-code-bg: #0d1117;
|
|
}
|