From b620d8eee665ee412d9d30ecff315b29aaac81e2 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Mon, 23 Mar 2026 23:17:06 +0100 Subject: [PATCH] Final design tweaks --- web/src/css/style.css | 29 ++++++++--------------------- web/src/index.html | 17 +++++++++-------- 2 files changed, 17 insertions(+), 29 deletions(-) diff --git a/web/src/css/style.css b/web/src/css/style.css index e5462ac..be800f6 100644 --- a/web/src/css/style.css +++ b/web/src/css/style.css @@ -96,6 +96,8 @@ h1 { margin-top: 0.25rem; } + + h2 { font-size: 1.1rem; font-weight: 600; @@ -290,32 +292,17 @@ h2 { line-height: 1.5; } -.mode-card-title { - position: relative; +.mode-card-recommended { + border-left-color: var(--primary); } -.recommended-pill { - position: absolute; - top: -8px; - right: -20px; - margin-left: auto; - font-size: 10px; +.recommended-label { + font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; - background: var(--primary); - color: #fff; - padding: 0.25rem 0.6rem; - border-top-left-radius: 8px; - border-bottom-left-radius: 8px; - line-height: 1.5; -} - -@media (max-width: 500px) { - .recommended-pill { - position: static; - border-radius: 8px; - } + color: var(--primary); + margin-bottom: 0.35rem; } /* NickelMenu option radio cards */ diff --git a/web/src/index.html b/web/src/index.html index 6987bb9..c2038ea 100644 --- a/web/src/index.html +++ b/web/src/index.html @@ -77,7 +77,7 @@

KoboPatch Web UI

-

A browser-based tool for installing NickelMenu or applying custom patches on your Kobo e-reader.

+

Customize your Kobo e-reader with NickelMenu or community patches.

@@ -99,13 +99,11 @@

How would you like to set up your Kobo?

- @@ -209,10 +207,11 @@