File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
@use ' ./themes/light-hc' ;
3
3
@use ' ./themes/dark' ;
4
4
@use ' ./themes/dark-hc' ;
5
- @use ' ~@gravity-ui/unipika/styles/unipika.scss' ;
6
5
7
6
// Override @gravity-ui/uikit color palette with our own colors
8
7
55
54
--g-color-text-link : var (--g-color-private-blue-550-solid );
56
55
--g-color-text-link-hover : var (--g-color-private-blue-700-solid );
57
56
@include dark .colors-private-dark ;
58
- @include unipika .unipika-dark ;
59
57
}
60
58
61
59
& _theme_dark-hc {
71
69
--g-color-text-link : var (--g-color-private-blue-650-solid );
72
70
--g-color-text-link-hover : var (--g-color-private-blue-800-solid );
73
71
@include dark-hc .colors-private-dark-hc ;
74
- @include unipika .unipika-dark ;
75
72
}
76
73
}
Original file line number Diff line number Diff line change
1
+ @use ' ~@gravity-ui/unipika/styles/unipika.scss' ;
2
+
1
3
.g-root {
2
4
.unipika {
3
5
font-family : var (--g-font-family-monospace );
9
11
border : 0 ;
10
12
}
11
13
}
14
+
15
+ & _theme_dark ,
16
+ & _theme_dark-hc {
17
+ @include unipika .unipika-dark ;
18
+ }
12
19
}
You can’t perform that action at this time.
0 commit comments