fix small style things that Justine ponted out
This commit is contained in:
parent
9661bd11fd
commit
3405d2fa38
|
@ -1,5 +1,6 @@
|
|||
|
||||
$font-size-m: 16px
|
||||
$font-size-sm: 14px
|
||||
$line-height-m: 1.3
|
||||
|
||||
// colors
|
||||
|
|
|
@ -14,7 +14,9 @@
|
|||
margin: 0
|
||||
font-weight: 400
|
||||
font-size: 35px
|
||||
a:hover
|
||||
a
|
||||
color: $grey3
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
|
||||
.repo-header-icons
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
.tabnav
|
||||
color: $grey2
|
||||
font-size: $font-size-sm
|
||||
ul
|
||||
@include resetul
|
||||
width: 100%
|
||||
|
@ -24,7 +25,7 @@
|
|||
content: ""
|
||||
position: absolute
|
||||
left: 0
|
||||
bottom: -3px
|
||||
bottom: -0.25em
|
||||
width: 100%
|
||||
height: 2px
|
||||
background-color: $teal2
|
||||
|
|
Loading…
Reference in New Issue
Block a user