File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 231231 @media (max-width : 1264px ) {
232232 .lg\:highlight {
233233 padding : 3px 8px ;
234- background-color : # fff ;
234+ background-color : var ( --highlight-variable ) ;
235235 border-radius : 40px ;
236- color : # 367D4D !important ;
236+ color : var ( --highlight-bg ) ;
237237 }
238238 }
239239 @media (max-width : 980px ) {
240240 .md\:highlight {
241241 padding : 3px 8px ;
242- background-color : # fff ;
242+ background-color : var ( --highlight-variable ) ;
243243 border-radius : 40px ;
244- color : # 367D4D !important ;
244+ color : var ( --highlight-bg ) ;
245245 }
246246 }
247247 @media (max-width : 640px ) {
248248 .sm\:highlight {
249249 padding : 3px 8px ;
250- background-color : # fff ;
250+ background-color : var ( --highlight-variable ) ;
251251 border-radius : 40px ;
252- color : # 367D4D !important ;
252+ color : var ( --highlight-bg ) ;
253253 }
254254 }
255255</ style >
You can’t perform that action at this time.
0 commit comments