fix: change hex to uppercase

pull/103/head
nevfy 2024-01-31 18:50:53 +04:00
parent baeae057bd
commit 94ee503fe2
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ a.nav-link.sp-coming-soon::after {
.sp-colorblock-hex {
font-weight: 600;
font-size: x-large;
text-transform: uppercase;
margin-left: .5rem;
color: $white
}