This commit is contained in:
Lorin Werthen 2017-12-16 19:25:51 +01:00
parent 4c55e46a91
commit 6701ed9ab7
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
3 changed files with 7 additions and 6 deletions

View file

@ -13,7 +13,7 @@ $orange: $zeus-orange;
$blue: $zeus-blue;
$turquoise: #30D1B2;
$family-sans-serif: 'Lato', sans-serif;
$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
$link-visited: $orange;

View file

@ -1,7 +1,7 @@
<article class="blogpost column is-offset-2 is-8" markdown="1">
<% if item[:toc] %>
<div id="table-of-contents" class="menu column" markdown="1">
<div id="table-of-contents" class="menu column is-4" markdown="1">
<p class="menu-label">
Inhoudstabel
</p>

View file

@ -10,6 +10,7 @@
</title>
<link rel="icon" href="/assets/images/favicon32.png" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans" rel="stylesheet">
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">