Welcome to mirror list, hosted at ThFree Co, Russian Federation.

white.scss « themes « highlight « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8698e448c94b127d33646641b14983dbf52f0cff (plain)
1
2
3
4
5
6
7
8
9
10
.code.white {
  @import '../white_base';

  @include conflict-colors('white');
}

:root {
  --default-diff-color-deletion: #eb919b;
  --default-diff-color-addition: #a0f5b4;
}