File tree 1 file changed +26
-1
lines changed
1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 146
146
pointer-events : none;
147
147
z-index : 9999 ;
148
148
}
149
+ body .dark-theme .accordion {
150
+ background-color : # 040565 ;
151
+ }
152
+ body .dark-theme # btn-style {
153
+ border : 2px solid red;
154
+ color : # fdbb2dbf
155
+ }
156
+ body .dark-theme .accordion__title {
157
+ color : white;
158
+ }
159
+ body .light-theme .accordion__title {
160
+ color : black;
161
+ }
162
+ body .dark-theme .accordion__question {
163
+ color : white;
164
+ }
165
+ body .light-theme .accordion__question {
166
+ color : black;
167
+ }
168
+ body .dark-theme .accordion__answer {
169
+ color : white;
170
+ }
171
+ body .light-theme .accordion__answer {
172
+ color : black;
173
+ }
149
174
</ style >
150
175
< link rel ="stylesheet " href ="imstyle.css ">
151
176
< link rel ="stylesheet " href ="jquery.flipster.min.css ">
286
311
287
312
288
313
<!-- --FAQ-- -->
289
- < div class ="accordion__wrapper ">
314
+ < div class ="accordion__wrapper " id =" acc " >
290
315
< h1 class ="accordion__title "> Frequently Asked Questions</ h1 >
291
316
292
317
<!-- Accordion 1 -->
You can’t perform that action at this time.
0 commit comments