Skip to content

Commit eb83af5

Browse files
committed
Fix font issues in Firefox
1 parent d1cf2be commit eb83af5

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

src/styles/_popovers.sass

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
.define-target
3939
color: $main-text-color
40-
border-bottom: 1px dashed rgba($main-text-color, .5)
40+
border-bottom: 0.0625em dashed rgba($main-text-color, .5)
4141
cursor: pointer
4242

4343
&:hover
@@ -120,4 +120,4 @@
120120

121121
.define-target
122122
color: $dark-main-color
123-
border-bottom: 1px dashed rgba($dark-main-color, .75)
123+
border-bottom: 0.0625em dashed rgba($dark-main-color, .75)

src/styles/main.sass

+13-13
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ footer.page-footer
104104
border-bottom: none
105105

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

110110
&:hover, &:focus
@@ -476,21 +476,21 @@ img
476476

477477
&::after
478478
color: $timestamp-color
479-
margin-left: 2px
479+
margin-left: 0.125em
480480
vertical-align: middle
481481

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

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

495495
a[href^="https://web3isgoinggreat.com/"]
496496
&::after
@@ -812,14 +812,14 @@ table
812812

813813
.timeline-entry,
814814
.timeline-entry.short
815-
margin-top: 25px
815+
margin-top: 1.5em
816816

817817
.timeline-entry.odd .timeline-description,
818818
.timeline-entry.even .timeline-description
819-
margin-left: 50px
819+
margin-left: 3.125em
820820

821821
.timeline-entry.single .timeline-description
822-
margin-left: 30px
822+
margin-left: 1.875em
823823

824824
.timestamp-and-link-icons ul li:not(:first-child)
825825
font-size: 120%
@@ -898,13 +898,13 @@ table
898898
.timeline-entry.even,
899899
.timeline-entry.odd
900900
.timeline-description
901-
margin-left: 10px
902-
padding-top: 10px
901+
margin-left: 0.625em
902+
padding-top: 0.625em
903903
width: calc( 100vw - 20px )
904904

905905
.entry-wrapper
906-
margin-left: 10px
907-
margin-right: 10px
906+
margin-left: 0.625em
907+
margin-right: 0.625em
908908

909909
.timeline:after
910910
display: none
@@ -981,7 +981,7 @@ table
981981

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

987987
h1 a, h1 button

0 commit comments

Comments
 (0)