fffiloni commited on
Commit
1aab040
1 Parent(s): 859f971

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -1
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 #374151;
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;