0
Fork 0
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:
Damien Picard 2023-07-20 23:21:54 +02:00 committed by Pablo Vazquez
parent b3fe879a4e
commit 074be8a083

View file

@ -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;