From deac8a9cd6c56bb608cc19aed8f68f0e3a9b951c Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 3 Apr 2026 09:41:45 +0000 Subject: [PATCH] de --- Bootstrap_new/css/theme-modern.css | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 820209cc..b40a0b47 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -486,16 +486,15 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { .scrollmenu::-webkit-scrollbar { display: none; } .scrollmenu a { - white-space: nowrap; - padding: 6px 14px; - border-radius: var(--radius-full); - font-size: 0.78rem; - font-weight: 500; - color: var(--text-secondary); - text-decoration: none; - transition: all var(--transition-fast); - border: 1px solid transparent; - flex-shrink: 0; + white-space: nowrap; + padding: 1rem 0; + font-size: 12px; + color: var(--text-muted); + border-radius: var(--radius-md); + text-decoration: none; + transition: var(--transition-fast); + border-bottom: 1px solid transparent; + flex-shrink: 0; } .scrollmenu a:hover {