Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +5 -0
static/style.css
CHANGED
|
@@ -5,6 +5,11 @@ body {
|
|
| 5 |
padding: 20px;
|
| 6 |
}
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
.event {
|
| 9 |
background-color: #7c3aed;
|
| 10 |
color: white;
|
|
|
|
| 5 |
padding: 20px;
|
| 6 |
}
|
| 7 |
|
| 8 |
+
.all {
|
| 9 |
+
background-color: #0f766e;
|
| 10 |
+
color: white;
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
.event {
|
| 14 |
background-color: #7c3aed;
|
| 15 |
color: white;
|