From 11e0de5d6d73abb7d344fe9f2c9e0b2ea5bac144 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 30 Nov 2025 00:59:37 -0500 Subject: [PATCH] =?UTF-8?q?Update=20au=20aside=20des=20sous-pages=20lore?= =?UTF-8?q?=20dans=20le=20css.=20Probleme=20du=20background=20pas=20r?= =?UTF-8?q?=C3=A9gl=C3=A9,=20mais=20optimisation=20du=20code.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.css | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 1b8318f..e14c00a 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -668,28 +668,27 @@ footer { .lore aside { position: sticky; bottom: 5px; - margin-bottom: 5px; + left: 5px; } .lore .nextArc { - width: 6.5%; - margin: 5px; display: block; - text-align: center; - background-color: #c19f8a; - border-radius: 15px; } -.lore .nextArc a { - padding: 10px 5px; - display: block; - color: #13172c; +.lore aside a { + display: inline-block; text-decoration: none; + color: #13172c; + padding: 10px 16px; + margin: 5px; + background-color: #c19f8a; + border-radius: 20px; + width: 6.5%; + text-align: center; } -.lore .nextArc a:hover { - border-radius: 15px; - text-align: center; +.lore aside a:hover { + border-radius: 20px; background-color: #bf815b; color: #ffefe5; }