diff --git a/static/style.css b/static/style.css index c763a77..f3befdc 100644 --- a/static/style.css +++ b/static/style.css @@ -1480,6 +1480,9 @@ table.normals-table tbody tr:hover { background: var(--surface-2); } .city-blurb { font-size: 15px; margin: 4px 0 14px; } .blurb-src { color: var(--muted); text-decoration: none; font-size: 13px; white-space: nowrap; } .blurb-src:hover { color: var(--accent); } +.city-event { border-left: 4px solid var(--accent); background: var(--surface); border-radius: 0 10px 10px 0; padding: 12px 18px; margin: 22px 0; } +.city-event h2 { margin: 2px 0 6px; font-size: 18px; } +.city-event p { margin: 0; } .city-travel { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 14px 18px; margin: 28px 0; } .city-travel h2 { margin-top: 4px; } .travel-note { font-size: 15px; }