Update style.css
Browse files
style.css
CHANGED
@@ -42,10 +42,14 @@ div#error_handler span {
|
|
42 |
font-size: 0.8em;
|
43 |
padding: 16px;
|
44 |
display: flex;
|
45 |
-
border: 1px solid #
|
46 |
border-radius: 10px;
|
47 |
}
|
48 |
|
|
|
|
|
|
|
|
|
49 |
div#secondary-buttons{
|
50 |
display: flex;
|
51 |
flex-direction: flex-end;
|
|
|
42 |
font-size: 0.8em;
|
43 |
padding: 16px;
|
44 |
display: flex;
|
45 |
+
border: 1px solid #e5e7eb;
|
46 |
border-radius: 10px;
|
47 |
}
|
48 |
|
49 |
+
.dark div#error_handler span {
|
50 |
+
border: 1px solid #374151;
|
51 |
+
}
|
52 |
+
|
53 |
div#secondary-buttons{
|
54 |
display: flex;
|
55 |
flex-direction: flex-end;
|