mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Correct font weights after font change
This commit is contained in:
parent
1f9f50d014
commit
359ab66a0a
11 changed files with 41 additions and 41 deletions
|
@ -8,6 +8,7 @@
|
|||
padding: 0.1rem 0.3rem
|
||||
|
||||
text-decoration: none
|
||||
font-weight: 500
|
||||
|
||||
background-color: RGB($fg-white)
|
||||
color: RGB($fg-black)
|
||||
|
@ -90,18 +91,18 @@
|
|||
|
||||
text-align: left
|
||||
font-size: 6.9rem
|
||||
font-weight: 800
|
||||
font-weight: 700
|
||||
|
||||
color: RGB($primary)
|
||||
|
||||
.banner-info
|
||||
grid-area: info
|
||||
font-size: 1rem
|
||||
font-weight: 600
|
||||
font-weight: 400
|
||||
.banner-subtitle
|
||||
grid-area: subtitle
|
||||
font-size: 1rem
|
||||
font-weight: 600
|
||||
font-weight: 400
|
||||
|
||||
.pill-row
|
||||
margin-top: auto
|
||||
|
@ -142,14 +143,14 @@
|
|||
text-overflow: ellipsis
|
||||
overflow: hidden
|
||||
text-align: left
|
||||
font-weight: 800
|
||||
font-weight: 700
|
||||
font-size: 1.5rem
|
||||
|
||||
color: RGB($primary)
|
||||
|
||||
.banner-info
|
||||
font-size: 0.9rem
|
||||
font-weight: 600
|
||||
font-weight: 400
|
||||
|
||||
.pill-row
|
||||
margin-left: auto
|
||||
|
@ -173,7 +174,7 @@
|
|||
flex-direction: column
|
||||
justify-content: center
|
||||
align-items: center
|
||||
gap: 0.25rem
|
||||
gap: 1rem
|
||||
|
||||
.banner-header
|
||||
text-align: center
|
||||
|
@ -187,7 +188,7 @@
|
|||
display: none
|
||||
|
||||
.pill-row
|
||||
margin-top: 1rem
|
||||
margin-top: 0rem
|
||||
|
||||
.banner-small
|
||||
.banner-content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue