From 6d6e9dede5753f4ca4f68d8d58013952a2540c37 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 17 Sep 2024 15:41:18 +0200 Subject: [PATCH] CSS : class=super for link --- html/css/style-classic7.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index aab596401..e8de23087 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -3641,8 +3641,16 @@ div.widget-full_size { div.row.odd.hover:hover,div.row.even.hover:hover { background-color: var(--hover) !important; } h2.h-section { - background-color: #e4e9ee; - color: navy; - border: 1px steelblue solid; - font-style: normal; + background-color: #e4e9ee; + color: navy; + border: 1px steelblue solid; + font-style: normal; + font-family: OpenSansRegular; } +.super { + font-family: SansationLight; + vertical-align: super; + font-size: 80%; + font-variant-caps: normal; + +} \ No newline at end of file