Skip to content

Commit 6deafe9

Browse files
committed
Add proper GitHub Markdown styling, change site wide font to user system font.
1 parent 9a46709 commit 6deafe9

File tree

7 files changed

+1009
-422
lines changed

7 files changed

+1009
-422
lines changed

_includes/header.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<header>
32
<div class="logo">
43
<div class="appIconShadow">

_layouts/page.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@
66
<html lang="en-us">
77

88
{% include head.html %}
9-
<link rel="stylesheet" href="../githubmarkdown.css">
109

1110
<body>
12-
<div class="headerBackground subPageHeaderBackground">
13-
<div class="container">
14-
{% include header.html %}
15-
<article class="page">
16-
{{ content | markdownify }}
17-
</article>
18-
</div>
19-
{% include appstoreimages.html %}
11+
<div class="headerBackground subPageHeaderBackground">
12+
<div class="container">
13+
{% include header.html %}
14+
<article class="page markdown-body">
15+
{{ content }}
16+
</article>
2017
</div>
18+
{% include appstoreimages.html %}
19+
</div>
2120
</body>
2221

2322
</html>

_sass/base.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
$content-width: 1170px;
33

44
// Fonts and sizes
5-
$font: 'Helvetica Neue', sans-serif;
6-
$primary-text-color: #000;
5+
$font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
6+
$primary-text-color: #000000;
77

88
html {
99
font-size: 62.5%;

0 commit comments

Comments
 (0)