We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53f7f9 commit 0d89515Copy full SHA for 0d89515
faq-boxes.css
@@ -55,6 +55,9 @@ details.faq-box[open] summary::after {
55
56
details.faq-box[open]>*:not(summary) {
57
color: #DCE6F0;
58
+ a {
59
+ color: #0096cf;
60
+ }
61
}
62
63
@@ -66,6 +69,9 @@ details.faq-box[open] summary::after {
66
69
67
70
68
71
color: #dbdbdb;
72
73
74
75
76
77
@@ -77,6 +83,9 @@ details.faq-box[open] summary::after {
83
78
84
79
85
86
87
+ color: #F5B971;
88
80
89
81
90
82
91
@@ -87,6 +96,9 @@ details.faq-box[open] summary::after {
96
97
98
- color: #FFFFFF;
99
+ color: #111111;
100
101
+ color: #007BFF;
102
103
92
-}
104
+}
0 commit comments