Skip to content

Commit

Permalink
Remove sup link margin
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano committed Dec 19, 2023
1 parent b62edec commit 4432566
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ui-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1055,11 +1055,15 @@ a.OLSKDecorPress {
margin: 8px;
}

.OLSKLatest sup {
.OLSKLatest sup {
font-weight: lighter;
font-size: 70%;
}

.OLSKLatest sup a {
margin: unset;
}

.OLSKLatest a {
border-color: var(--OLSKDecorModuleForeground) !important;
}
Expand Down

0 comments on commit 4432566

Please sign in to comment.