Demosthene-OR commited on
Commit
0494c8b
·
1 Parent(s): 4d7e3eb

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +0 -16
style.css CHANGED
@@ -8,11 +8,6 @@ h2 {
8
  padding-bottom: 0.5rem;
9
  }
10
 
11
- h3 {
12
- padding-bottom: 0.0rem;
13
- }
14
-
15
-
16
  /* La ligne suivante est nécessaire à cause du module streamlit_option_menu qui "casse" les CSS suivants */
17
  @media (prefers-color-scheme: dark) {
18
  .st-cc {
@@ -104,13 +99,6 @@ section[data-testid="stSidebar"] .stSelectbox .st-bk {
104
  background-color: #a0d3de;
105
  }
106
 
107
- .st-emotion-cache-1h9usn1{
108
- font-weight: bold!important;
109
- background-color: #a0d3de;
110
- }
111
-
112
-
113
-
114
  section[data-testid="stSidebar"] .stSelectbox .st-cc {
115
  color: rgb(255, 75, 75);
116
  font-weight: bold;
@@ -139,7 +127,3 @@ section[tabindex="0"] .block-container {
139
  padding-top: 0px;
140
  padding-bottom: 0px;
141
  }
142
-
143
- .st-emotion-cache-12fmjuu {
144
- height: 0rem;
145
- }
 
8
  padding-bottom: 0.5rem;
9
  }
10
 
 
 
 
 
 
11
  /* La ligne suivante est nécessaire à cause du module streamlit_option_menu qui "casse" les CSS suivants */
12
  @media (prefers-color-scheme: dark) {
13
  .st-cc {
 
99
  background-color: #a0d3de;
100
  }
101
 
 
 
 
 
 
 
 
102
  section[data-testid="stSidebar"] .stSelectbox .st-cc {
103
  color: rgb(255, 75, 75);
104
  font-weight: bold;
 
127
  padding-top: 0px;
128
  padding-bottom: 0px;
129
  }