We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026498c commit 9844761Copy full SHA for 9844761
_static/drag_drop.css
@@ -1,5 +1,3 @@
1
-
2
3
/* drag and drop styling */
4
.drag-drop-quiz {
5
max-width: 900px;
@@ -35,6 +33,7 @@
35
33
flex: 0 0 60%;
36
34
padding: 12px;
37
background: #f8f9fa;
+ color: #333333;
38
border: 1px solid #e9ecef;
39
border-radius: 8px;
40
}
@@ -85,7 +84,6 @@
85
84
86
.options-title {
87
margin-bottom: 15px;
88
- color: #555;
89
padding-bottom: 5px;
90
91
@@ -149,6 +147,11 @@
149
147
color: #00305e;
150
148
151
+
+html[data-theme='dark'] .reset-button {
152
+ color: #818bac;
153
+}
154
155
.reset-button:hover {
156
background: #00305e;
157
color: white;
@@ -184,4 +187,4 @@
184
187
185
188
.drop-area.incorrect-answer {
186
189
background-color: #f8d7da;
-}
190
0 commit comments