forked from sainnhe/gitea-themes
Fix --color-white
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
/* other colors */
|
||||
--color-black: @bg2;
|
||||
--color-gold: @orange;
|
||||
--color-white: @fg;
|
||||
--color-white: @bg0;
|
||||
--color-diff-removed-word-bg: mix(@red-bg, @red, 70%);
|
||||
--color-diff-added-word-bg: mix(@green-bg, @green, 70%);
|
||||
--color-diff-removed-row-bg: @red-bg;
|
||||
|
Reference in New Issue
Block a user