Skip to content

Commit

Permalink
Fix font issues in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
molly committed May 28, 2024
1 parent d1cf2be commit eb83af5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/styles/_popovers.sass
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

.define-target
color: $main-text-color
border-bottom: 1px dashed rgba($main-text-color, .5)
border-bottom: 0.0625em dashed rgba($main-text-color, .5)
cursor: pointer

&:hover
Expand Down Expand Up @@ -120,4 +120,4 @@

.define-target
color: $dark-main-color
border-bottom: 1px dashed rgba($dark-main-color, .75)
border-bottom: 0.0625em dashed rgba($dark-main-color, .75)
26 changes: 13 additions & 13 deletions src/styles/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ footer.page-footer
border-bottom: none

a
border-bottom: 1px dashed lighten($header-footer-background, 20%)
border-bottom: 0.0625em dashed lighten($header-footer-background, 20%)
color: $header-footer-link-color

&:hover, &:focus
Expand Down Expand Up @@ -476,21 +476,21 @@ img

&::after
color: $timestamp-color
margin-left: 2px
margin-left: 0.125em
vertical-align: middle

a[href^="https://"], a[href^="http://"]
&::after
content: "\f08e"
font: var(--fa-font-solid)
font-size: 10px
margin-left: 4px
font-size: 0.625em
margin-left: 0.25em

a[href^="https://en.wikipedia.org/"]
&::after
content: "\f266"
font: var(--fa-font-brands)
font-size: 10px
font-size: 0.625em

a[href^="https://web3isgoinggreat.com/"]
&::after
Expand Down Expand Up @@ -812,14 +812,14 @@ table

.timeline-entry,
.timeline-entry.short
margin-top: 25px
margin-top: 1.5em

.timeline-entry.odd .timeline-description,
.timeline-entry.even .timeline-description
margin-left: 50px
margin-left: 3.125em

.timeline-entry.single .timeline-description
margin-left: 30px
margin-left: 1.875em

.timestamp-and-link-icons ul li:not(:first-child)
font-size: 120%
Expand Down Expand Up @@ -898,13 +898,13 @@ table
.timeline-entry.even,
.timeline-entry.odd
.timeline-description
margin-left: 10px
padding-top: 10px
margin-left: 0.625em
padding-top: 0.625em
width: calc( 100vw - 20px )

.entry-wrapper
margin-left: 10px
margin-right: 10px
margin-left: 0.625em
margin-right: 0.625em

.timeline:after
display: none
Expand Down Expand Up @@ -981,7 +981,7 @@ table

header.page-header .header-content
a
border-bottom: 1px dashed lighten($header-footer-background, 20%)
border-bottom: 0.0625em dashed lighten($header-footer-background, 20%)
color: $dark-header-footer-link-color

h1 a, h1 button
Expand Down

0 comments on commit eb83af5

Please sign in to comment.