Spaces:
Running
Running
Update static/style.css
Browse files- static/style.css +10 -0
static/style.css
CHANGED
|
@@ -5,6 +5,16 @@ body {
|
|
| 5 |
padding: 20px;
|
| 6 |
}
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
.container {
|
| 9 |
max-width: 900px;
|
| 10 |
margin: auto;
|
|
|
|
| 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;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
.container {
|
| 19 |
max-width: 900px;
|
| 20 |
margin: auto;
|