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');
|
2023-01-13 00:05:48 +05:30
|
|
|
|
|
|
|
// Highlight.js theme overrides (https://gitlab.com/gitlab-org/gitlab/-/issues/365167)
|
|
|
|
// We should be able to remove the overrides once the upstream issue is fixed (https://github.com/sourcegraph/sourcegraph/issues/23251)
|
2022-08-13 15:12:31 +05:30
|
|
|
@include hljs-override('variable', $white-nv);
|
|
|
|
@include hljs-override('symbol', $white-ss);
|
2023-01-13 00:05:48 +05:30
|
|
|
@include hljs-override('title\\.class_\\.inherited__', $white-no);
|
|
|
|
@include hljs-override('title\\.class\\.inherited', $white-no);
|
|
|
|
@include hljs-override('title\\.class', $white-nc);
|
|
|
|
@include hljs-override('variable\\.constant', $white-no);
|
|
|
|
@include hljs-override('variable\\.language', $white-nb);
|
|
|
|
@include hljs-override('title\\.function', $white-nf);
|
|
|
|
@include hljs-override('params', $white-nb);
|
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;
|
|
|
|
}
|