Spaces:
Running
Running
Update styles.css
Browse files- styles.css +4 -3
styles.css
CHANGED
@@ -180,9 +180,9 @@ section::after {
|
|
180 |
|
181 |
.notes {
|
182 |
padding: 32px;
|
183 |
-
border-radius:
|
184 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
185 |
-
|
186 |
position: relative;
|
187 |
overflow: hidden;
|
188 |
}
|
@@ -197,7 +197,7 @@ section::after {
|
|
197 |
left: 0;
|
198 |
z-index: -1;
|
199 |
margin: -10px;
|
200 |
-
background:
|
201 |
}
|
202 |
|
203 |
.notes::after {
|
@@ -219,6 +219,7 @@ section::after {
|
|
219 |
justify-content: space-between;
|
220 |
margin-bottom: 10px;
|
221 |
background-color: #0d131f;
|
|
|
222 |
}
|
223 |
|
224 |
.tabs input[type="radio"] {
|
|
|
180 |
|
181 |
.notes {
|
182 |
padding: 32px;
|
183 |
+
border-radius: 5px;
|
184 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
185 |
+
background-color: #0d131f;
|
186 |
position: relative;
|
187 |
overflow: hidden;
|
188 |
}
|
|
|
197 |
left: 0;
|
198 |
z-index: -1;
|
199 |
margin: -10px;
|
200 |
+
background-color: #0d131f;
|
201 |
}
|
202 |
|
203 |
.notes::after {
|
|
|
219 |
justify-content: space-between;
|
220 |
margin-bottom: 10px;
|
221 |
background-color: #0d131f;
|
222 |
+
border-radius: 5px;
|
223 |
}
|
224 |
|
225 |
.tabs input[type="radio"] {
|