From 7f127f775a8a032a718929568aec53f64f0f2fba Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 24 Jul 2025 18:25:46 +0200 Subject: [PATCH] better css Signed-off-by: falkTX --- includes/header.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/header.php b/includes/header.php index 7f85ec7..8aa2164 100644 --- a/includes/header.php +++ b/includes/header.php @@ -222,7 +222,11 @@ function isMobile() { } .repository-package.abandoned::after { background-color: #ffba10; + color: black; content: "abandoned"; + height: 1rem; + padding: 4px; + position: absolute; } @media only screen and (max-width: 540px) { .repository-package {