Compare commits

..

No commits in common. "ebdb986e2a48f227926b09d3e1fe45fa96459327" and "a6c5a42c1d4351b1baca86fdb429af8da38fff0f" have entirely different histories.

4 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,6 @@
@import "variables.scss";
@import "mixins.scss";
@import "margin.scss";
@import "toc.scss";
body {

View File

@ -1,6 +1,5 @@
@import "variables.scss";
@import "mixins.scss";
@import "margin.scss";
$toc-color: $code-color;
$toc-border-color: $code-border-color;

View File

@ -12,8 +12,7 @@
{{ $sidenotes := resources.Get "scss/sidenotes.scss" | resources.ToCSS | resources.Minify }}
{{ $code := resources.Get "scss/code.scss" | resources.ToCSS | resources.Minify }}
{{ $icon := resources.Get "img/favicon.png" }}
<style>.sidenote-checkbox { display: none; }</style>
<style>.feather { width: 1rem; height: 1rem; }</style>
{{- partial "sidenotes.html" . -}}
<link rel="stylesheet" href="{{ $style.Permalink }}" media="screen">
<link rel="stylesheet" href="{{ $sidenotes.Permalink }}" media="screen">
<link rel="stylesheet" href="{{ $code.Permalink }}" media="screen">

View File

@ -0,0 +1,5 @@
<style>
.sidenote-checkbox {
display: none;
}
</style>