mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-22 15:23:32 -05:00
Merge pull request 'Fix color missing in CSS for inserted parts of a message diff' (#4) from pioverfour/gitea-custom:main into main
This commit is contained in:
parent
b3fe879a4e
commit
074be8a083
1 changed files with 2 additions and 1 deletions
|
@ -456,7 +456,8 @@
|
||||||
--color-syntax-GenericDeleted-bg: #5f3737;
|
--color-syntax-GenericDeleted-bg: #5f3737;
|
||||||
--color-syntax-GenericEmph: #ddee30;
|
--color-syntax-GenericEmph: #ddee30;
|
||||||
--color-syntax-GenericHeading: #ffaa10;
|
--color-syntax-GenericHeading: #ffaa10;
|
||||||
--color-syntax-GenericInserted: #3a523a;
|
--color-syntax-GenericInserted-text: #fff;
|
||||||
|
--color-syntax-GenericInserted-bg: #3a523a;
|
||||||
--color-syntax-GenericOutput: #777e94;
|
--color-syntax-GenericOutput: #777e94;
|
||||||
--color-syntax-GenericPrompt: #ebdbb2;
|
--color-syntax-GenericPrompt: #ebdbb2;
|
||||||
--color-syntax-GenericError: #ff4433;
|
--color-syntax-GenericError: #ff4433;
|
||||||
|
|
Loading…
Reference in a new issue