mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 08:12:19 +00:00
Fixed smol bug
This commit is contained in:
parent
89ac57d469
commit
cf9d1c9381
@ -23,14 +23,14 @@ body
|
|||||||
color: $pink
|
color: $pink
|
||||||
|
|
||||||
h1
|
h1
|
||||||
font-family: "Gilroy", sans-serif
|
font-family: "Gilroy"
|
||||||
|
|
||||||
h2
|
h2
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
font-family: "Apercu Mono", monospace
|
font-family: "Apercu Mono"
|
||||||
|
|
||||||
p
|
p
|
||||||
font-family: "Apercu Mono", monospace
|
font-family: "Apercu Mono"
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
color: $green
|
color: $green
|
||||||
@ -47,7 +47,7 @@ header
|
|||||||
a
|
a
|
||||||
span
|
span
|
||||||
font-size: 2rem
|
font-size: 2rem
|
||||||
font-family: 'Titling Gothic FB', sans-serif
|
font-family: 'Titling Gothic FB'
|
||||||
color: $pink
|
color: $pink
|
||||||
|
|
||||||
#navbarSupportedContent23
|
#navbarSupportedContent23
|
||||||
@ -61,7 +61,7 @@ header
|
|||||||
span
|
span
|
||||||
transition: 0.2s
|
transition: 0.2s
|
||||||
color: $black
|
color: $black
|
||||||
font-family: "Apercu Mono", monospace
|
font-family: "Apercu Mono"
|
||||||
|
|
||||||
li:hover
|
li:hover
|
||||||
background-color: $black
|
background-color: $black
|
||||||
@ -183,7 +183,7 @@ footer
|
|||||||
|
|
||||||
.ham.open span:nth-child(1)
|
.ham.open span:nth-child(1)
|
||||||
top: 11px
|
top: 11px
|
||||||
width: 0%
|
width: 0
|
||||||
left: 50%
|
left: 50%
|
||||||
|
|
||||||
.ham.open span:nth-child(2)
|
.ham.open span:nth-child(2)
|
||||||
@ -198,7 +198,7 @@ footer
|
|||||||
-o-transform: rotate(-45deg)
|
-o-transform: rotate(-45deg)
|
||||||
transform: rotate(-45deg)
|
transform: rotate(-45deg)
|
||||||
|
|
||||||
.ham.open span:nth-child(4)none
|
.ham.open span:nth-child(4)
|
||||||
top: 11px
|
top: 11px
|
||||||
width: 0
|
width: 0
|
||||||
left: 50%
|
left: 50%
|
||||||
|
Loading…
Reference in New Issue
Block a user