diff options
| author | Copilot <198982749+Copilot@users.noreply.github.com> | 2025-06-26 23:44:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-26 23:44:25 +0200 |
| commit | 7b8594debceb93a1fa400d48fe1dcff943bd5af6 (patch) | |
| tree | 73e68c7238a91d8931d669364d395ce2994164f4 /src/frontend/app/root.css | |
| parent | 3dac17a9fb54c977c97280ed4c482e9d4266b7de (diff) | |
Implement stop sheet modal for map stop interactions (#27)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev>
Diffstat (limited to 'src/frontend/app/root.css')
| -rw-r--r-- | src/frontend/app/root.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css index a5024df..da3ab67 100644 --- a/src/frontend/app/root.css +++ b/src/frontend/app/root.css @@ -10,10 +10,10 @@ --star-color: #ffcc00; --message-background-color: #f8f9fa; - font-family: 'Roboto Variable', Roboto, Arial, sans-serif; + font-family: "Roboto Variable", Roboto, Arial, sans-serif; } -[data-theme='dark'] { +[data-theme="dark"] { --colour-scheme: dark; --background-color: #121212; --text-color: #ffffff; @@ -65,8 +65,8 @@ body { align-items: center; text-decoration: none; color: var(--text-color); - padding: .25rem 0; - border-radius: .5rem; + padding: 0.25rem 0; + border-radius: 0.5rem; } .navigation-bar__link svg { |
