Skip to content

Commit df0eeb7

Browse files
committed
more updates for sass version
1 parent a3dfad6 commit df0eeb7

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html','' }}">
2020
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ site.url }}{{ "/feed.xml" }}" />
2121

22-
<link rel="stylesheet" href="{{ site.url }}/assets/styles/styles.css">
22+
<link rel="stylesheet" href="{{ site.url }}/assets/styles/style.css">
2323
</head>
2424
<body>
2525

_sass/base/general.sass

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ body
55
line-height: 1
66
font: 16px $fontSans
77
color: $alpha
8-
-webkit-font-smoothing: antialiased
9-
text-rendering: optimizeLegibility
108

119
h1, h2, h3, h4
1210
font-family: $fontSans

_sass/base/variables.sass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$fontSans: "Helvetica Neue, Helvetica, Arial, sans-serif"
2-
$fontMonospace: "Consolas, Liberation Mono, Menlo, Courier, monospace"
1+
$fontSans: "Helvetica Neue", Helvetica, Arial, sans-serif
2+
$fontMonospace: "Consolas", Liberation Mono, Menlo, Courier, monospace
33

44
$alpha: #666
55
$beta: #222

0 commit comments

Comments
 (0)