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-m: 16px
|
||||||
|
$font-size-sm: 14px
|
||||||
$line-height-m: 1.3
|
$line-height-m: 1.3
|
||||||
|
|
||||||
// colors
|
// colors
|
||||||
|
|
|
@ -14,8 +14,10 @@
|
||||||
margin: 0
|
margin: 0
|
||||||
font-weight: 400
|
font-weight: 400
|
||||||
font-size: 35px
|
font-size: 35px
|
||||||
a:hover
|
a
|
||||||
text-decoration: underline
|
color: $grey3
|
||||||
|
&:hover
|
||||||
|
text-decoration: underline
|
||||||
|
|
||||||
.repo-header-icons
|
.repo-header-icons
|
||||||
line-height: 1
|
line-height: 1
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
.tabnav
|
.tabnav
|
||||||
color: $grey2
|
color: $grey2
|
||||||
|
font-size: $font-size-sm
|
||||||
ul
|
ul
|
||||||
@include resetul
|
@include resetul
|
||||||
width: 100%
|
width: 100%
|
||||||
|
@ -24,7 +25,7 @@
|
||||||
content: ""
|
content: ""
|
||||||
position: absolute
|
position: absolute
|
||||||
left: 0
|
left: 0
|
||||||
bottom: -3px
|
bottom: -0.25em
|
||||||
width: 100%
|
width: 100%
|
||||||
height: 2px
|
height: 2px
|
||||||
background-color: $teal2
|
background-color: $teal2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user