Skip to content

Commit c6f17a9

Browse files
author
Jordan McCullough
committed
Merge pull request #213 from github/default-override-style-fix
Remove unwanted `body` font size override
2 parents e56f036 + b11e345 commit c6f17a9

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

_stylesheets/curriculum.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/* Imports */
22
/* Color Definitions */
33
@import url(octicons.css);
4-
body {
5-
font-size: 16px; }
6-
74
.nav-list > li > a {
85
font-size: 8pt; }
96

107
.curriculum {
118
position: relative;
9+
font-size: 16px;
1210
/* General external link */
1311
/* GitHub Links */
1412
/* GitHub Book Links, Guide Links */

_stylesheets/curriculum.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@ $mono-dark: #454545;
1414
}
1515
}
1616

17-
body{
18-
font-size: 16px;
19-
}
20-
2117
.nav-list>li>a{
2218
font-size: 8pt;
2319
}
2420

2521
.curriculum{
2622
position: relative;
23+
font-size: 16px;
2724

2825
img{
2926
width: 100%;

0 commit comments

Comments
 (0)