CSS : class=super for link

This commit is contained in:
sparkyx 2024-09-17 15:41:18 +02:00
parent 2ba87dd770
commit 6d6e9dede5

View file

@ -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;
}