1
Fork 0

'borrow' the alpha code from source

This commit is contained in:
Jake Howard 2017-05-14 17:09:15 +01:00
parent a08645f8f1
commit c9bd65159f
3 changed files with 1 additions and 1772 deletions

View file

@ -6,6 +6,7 @@
<meta name="superfish" content="nofish" />
<meta name="application-name" content="{{ .Site.Title }}" />
<link rel="stylesheet" href="https://html5up.net/uploads/demos/alpha/assets/css/main.css" />
<link rel="stylesheet" href="/css/style.css" />
<title>{{ .Title }} | {{ .Site.Title }}</title>

File diff suppressed because it is too large Load diff

View file

@ -4,10 +4,6 @@ $fa-font-path: "../fonts";
@import "node_modules/bootstrap/scss/bootstrap-grid";
@import "node_modules/pygments-css/github";
// Import Alpha theme (ish)
@import "alpha";
.box .box {
border-radius: 0;
}