Vlad Bastina commited on
Commit
cc36ebd
·
1 Parent(s): ef8fe25

style changes

Browse files
Files changed (1) hide show
  1. style.css +6 -6
style.css CHANGED
@@ -98,22 +98,22 @@ body {
98
  }
99
 
100
  .st-emotion-cache-11ig4q4 {
101
- background-color: transparent;
102
  }
103
 
104
  .st-emotion-cache-mtjnbi {
105
- padding: 0;
106
  }
107
 
108
  .st-ba {
109
- border-bottom-color: rgba(49, 51, 63, 0.2);
110
  }
111
  .st-b9 {
112
- border-top-color: rgba(49, 51, 63, 0.2);
113
  }
114
  .st-b8 {
115
- border-right-color: rgba(49, 51, 63, 0.2);
116
  }
117
  .st-b7 {
118
- border-left-color: rgba(49,51,63,0.2);
119
  }
 
98
  }
99
 
100
  .st-emotion-cache-11ig4q4 {
101
+ background-color: transparent !important;
102
  }
103
 
104
  .st-emotion-cache-mtjnbi {
105
+ padding: 0 !important;
106
  }
107
 
108
  .st-ba {
109
+ border-bottom-color: rgba(49, 51, 63, 0.2) !important;
110
  }
111
  .st-b9 {
112
+ border-top-color: rgba(49, 51, 63, 0.2) !important;
113
  }
114
  .st-b8 {
115
+ border-right-color: rgba(49, 51, 63, 0.2) !important;
116
  }
117
  .st-b7 {
118
+ border-left-color: rgba(49,51,63,0.2) !important;
119
  }