From af51cc921eb0271bf82183b31ca54e91dbf045aa Mon Sep 17 00:00:00 2001 From: ericb Date: Mon, 25 Nov 2024 17:51:50 +0100 Subject: [PATCH 1/2] Added WCAG buttons roles --- profile.html | 8 ++++---- tandem-list.html | 28 ++++++++++++++-------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/profile.html b/profile.html index f7f87c0..eccb334 100644 --- a/profile.html +++ b/profile.html @@ -19,12 +19,12 @@ - @@ -343,8 +343,8 @@
- - + +
From 1cbde50ab8e1667ca1b174b860c31e6523c4a9eb Mon Sep 17 00:00:00 2001 From: ericb Date: Mon, 25 Nov 2024 17:52:08 +0100 Subject: [PATCH 2/2] Minor color tweaks --- static/css/main.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 0ce80fd..2b5abd5 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -30,6 +30,7 @@ body { --accent-light: hsl(var(--accent), 75%); --bs-btn-active-color: var(--grau); --bs-btn-active-border-color: var(--grau); + --bs-btn-hover-bg: #f28705; --bs-link-color: #f28705; --top-bar: 98px; --bottom-bar: 5em; @@ -73,9 +74,9 @@ body { } .side-menu .nav-link{ color: black; + padding: 0.725rem 1rem; } .side-menu .nav-link:active, .side-menu .nav-link.active{ - color: white; background-color: #f28705; font-weight: 700; } @@ -220,6 +221,7 @@ article li:not(:first-of-type){ margin-top: 2em; justify-content: end; display: flex; + gap: 1rem; } /* search filters */ @@ -375,10 +377,10 @@ footer a img{ text-align: center; } .profile-options{ - display:grid; - gap: 0 1rem; + display: grid; + gap: 0 .5rem; width: fit-content; - margin: calc(var(--div-padding) / 2) auto 0; + margin: calc(var(--div-padding) / 1.25) auto 0; } } @media (576px <= width <= 992px) {