4
4
html , body { height : 100% ; }
5
5
6
6
body {
7
- font-family : ' Inter' ; @include text-common ; color : $colorTextPrimary ; overflow-x : hidden ; overflow-y : auto ; background : $colorBgPrimary ;
7
+ font-family : ' Inter' ; @include text-common ; color : var ( --color-text-primary ) ; overflow-x : hidden ; overflow-y : auto ; background : $colorBgPrimary ;
8
8
-webkit-font-smoothing : antialiased ; backface-visibility : hidden ; transform-style : flat ; overscroll-behavior : none ;
9
9
}
10
10
body .colResize { cursor : col-resize !important ; }
@@ -101,8 +101,8 @@ html.platformWindows, html.platformLinux {
101
101
102
102
.editableWrap { position : relative ; }
103
103
104
- a { color : $colorTextPrimary ; }
105
- search { background : yellow !important ; color : $colorTextPrimary !important ; border-radius : 2px ; display : inline ; }
104
+ a { color : var ( --color-text-primary ) ; }
105
+ search { background : yellow !important ; color : var ( --color-text-primary ) !important ; border-radius : 2px ; display : inline ; }
106
106
search.active { background : orange !important ; }
107
107
108
108
.dropTarget.isOver.middle { background : $colorSystemDropZone !important ; }
@@ -124,8 +124,8 @@ search.active { background: orange !important; }
124
124
pointer-events : none ; z-index : 10 ; content : " " ; border-radius : 2px ;
125
125
}
126
126
127
- .textColor-default { color : $colorTextPrimary !important ; }
128
- .textColor-black { color : $colorTextPrimary !important ; }
127
+ .textColor-default { color : var ( --color-text-primary ) !important ; }
128
+ .textColor-black { color : var ( --color-text-primary ) !important ; }
129
129
.textColor-grey { color : $colorControlActive !important ; }
130
130
.textColor-yellow { color : $colorYellow !important ; }
131
131
.textColor-orange { color : $colorOrange !important ; }
@@ -149,7 +149,7 @@ search.active { background: orange !important; }
149
149
.bgColor-lime { background : #e3f7d0 !important ; }
150
150
151
151
.isMultiSelect.archive { color : $colorTextSecondary ; background : $colorShapeTertiary ; }
152
- .isMultiSelect.tagColor-default { color : $colorTextPrimary !important ; background : $colorBgPrimary !important ; box-shadow : 0px 0px 0px 1px $colorShapeSecondary inset ; }
152
+ .isMultiSelect.tagColor-default { color : var ( --color-text-primary ) !important ; background : $colorBgPrimary !important ; box-shadow : 0px 0px 0px 1px $colorShapeSecondary inset ; }
153
153
.isMultiSelect.tagColor-grey { color : #8c9ea5 !important ; background : #ebeff1 !important ; }
154
154
.isMultiSelect.tagColor-yellow { color : #b2a616 !important ; background : #fbf5b8 !important ; }
155
155
.isMultiSelect.tagColor-orange { color : #d3720d !important ; background : #ffEcc8 !important ; }
@@ -161,8 +161,8 @@ search.active { background: orange !important; }
161
161
.isMultiSelect.tagColor-teal { color : #0caaa3 !important ; background : #d4f5f3 !important ; }
162
162
.isMultiSelect.tagColor-lime { color : #64b90f !important ; background : #e3f7d0 !important ; }
163
163
164
- .isSelect.tagColor-default { color : $colorTextPrimary !important ; }
165
- .isSelect.tagColor-black { color : $colorTextPrimary !important ; }
164
+ .isSelect.tagColor-default { color : var ( --color-text-primary ) !important ; }
165
+ .isSelect.tagColor-black { color : var ( --color-text-primary ) !important ; }
166
166
.isSelect.tagColor-grey { color : $colorControlActive !important ; }
167
167
.isSelect.tagColor-yellow { color : $colorYellow !important ; }
168
168
.isSelect.tagColor-orange { color : $colorOrange !important ; }
0 commit comments