From e6cff4e94e16deaebcfa986d5943caf4c69b7f6c Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 17 Nov 2025 18:06:01 +0100 Subject: Implement showing traffic density with municipal data --- src/frontend/app/root.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/frontend/app/root.css') diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css index e832e96..6331140 100644 --- a/src/frontend/app/root.css +++ b/src/frontend/app/root.css @@ -54,8 +54,8 @@ --text-color: #ffffff; --subtitle-color: #bbbbbb; --border-color: #444444; - --button-background-color: #1e88e5; - --button-hover-background-color: #1565c0; + --button-background-color: #1f93f2; + --button-hover-background-color: #1872d9; --button-disabled-background-color: #555555; --star-color: #ffcc00; --message-background-color: #333333; @@ -144,16 +144,17 @@ body { } .navigation-bar__link svg { - width: 1.75rem; - height: 1.75rem; + width: 1.5rem; + height: 1.5rem; margin-bottom: 5px; fill: none; stroke-width: 2; } .navigation-bar__link span { - font-size: 14px; + font-size: 13px; line-height: 1; + font-family: system-ui; } .navigation-bar__link.active { -- cgit v1.3