@@ -217,30 +217,58 @@ function toggleFilterGroup (key) {
217217 padding : 5px ;
218218 border-radius : 10px ;
219219
220+ @at-root .theme-dark & {
221+ background-color : $gray-800 ;
222+ }
223+
220224 & :nth-child (2 ) {
221225 background-color : $blue-100 ;
222226
227+ @at-root .theme-dark & {
228+ background-color : $gray-800 ;
229+ }
230+
223231 .agenda-personalize-areamain {
224232 button {
225233 color : $blue-600 ;
234+
235+ @at-root .theme-dark & {
236+ color : $blue-100 ;
237+ }
226238 }
227239 }
228240
229241 .agenda-personalize-groups {
230242 background-color : lighten ($blue-100 , 7% );
243+
244+ @at-root .theme-dark & {
245+ background-color : $gray-700 ;
246+ }
231247 }
232248 }
233249 & :nth-child (3 ) {
234250 background-color : $orange-100 ;
235251
252+ @at-root .theme-dark & {
253+ background-color : $gray-800 ;
254+ }
255+
236256 .agenda-personalize-areamain {
237257 button {
238258 color : $orange-600 ;
259+
260+ @at-root .theme-dark & {
261+ color : $orange-100 ;
262+ }
239263 }
240264 }
241265
242266 .agenda-personalize-groups {
243267 background-color : lighten ($orange-100 , 7% );
268+
269+ @at-root .theme-dark & {
270+ background-color : $gray-700 ;
271+ }
244272 }
245273 }
246274
@@ -276,6 +304,12 @@ function toggleFilterGroup (key) {
276304 transition : background-color .5s ease ;
277305 position : relative ;
278306
307+ @at-root .theme-dark & {
308+ background-color : $gray-600 ;
309+ border-color : $gray-700 ;
310+ color : #FFF ;
311+ }
312+
279313 > .bi {
280314 margin-right : .5rem ;
281315 }
@@ -310,6 +344,10 @@ function toggleFilterGroup (key) {
310344 flex : 1 ;
311345 display : flex ;
312346 flex-wrap : wrap ;
347+
348+ @at-root .theme-dark & {
349+ background-color : $gray-700 ;
350+ }
313351 }
314352
315353 & -group {
@@ -324,6 +362,12 @@ function toggleFilterGroup (key) {
324362 color : $gray-600 ;
325363 margin-right : 0px ;
326364
365+ @at-root .theme-dark & {
366+ background-color : $gray-600 ;
367+ border-color : $gray-700 ;
368+ color : #FFF ;
369+ }
370+
327371 @media screen and (max-width : $bs5-break-sm ) {
328372 font-size : .9em ;
329373 }
0 commit comments