debian-mirror-gitlab/app/assets/stylesheets/highlight/themes/white.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
336 B
SCSS
Raw Normal View History

2019-07-07 11:18:12 +05:30
.code.white {
2020-07-28 23:09:34 +05:30
@import '../white_base';
2021-03-08 18:12:59 +05:30
@include conflict-colors('white');
2022-08-13 15:12:31 +05:30
@include hljs-override('variable', $white-nv);
@include hljs-override('symbol', $white-ss);
@include hljs-override('title.class_.inherited__', $white-no);
2019-07-07 11:18:12 +05:30
}
2022-06-21 17:19:12 +05:30
:root {
--default-diff-color-deletion: #eb919b;
--default-diff-color-addition: #a0f5b4;
}