noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 73/86: CSS : class=super for link


From: dwm
Subject: [Noalyss-commit] [noalyss] 73/86: CSS : class=super for link
Date: Thu, 19 Sep 2024 02:42:03 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit 6d6e9dede5753f4ca4f68d8d58013952a2540c37
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Sep 17 15:41:18 2024 +0200

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]