diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2020-01-27 00:37:39 -0500 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2020-01-27 00:37:39 -0500 |
commit | c9e1a414d95c5c5061a4743147a4dd4d37070c59 (patch) | |
tree | 6c82293d3daf83592540e78622684389ca0bc783 /layouts | |
parent | a2717c2d00c2176a5c6a9fb0a3fb3b47ffa397cd (diff) | |
download | simplesource-c9e1a414d95c5c5061a4743147a4dd4d37070c59.tar.gz simplesource-c9e1a414d95c5c5061a4743147a4dd4d37070c59.tar.bz2 simplesource-c9e1a414d95c5c5061a4743147a4dd4d37070c59.zip |
Adding SourceHut inspired CSS
Currently just color tweaks on what SourceHut has
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index b7422da..cb972e0 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ .Title }} | {{ .Site.Title }}</title> - <link rel="stylesheet" href="{{ "/css/style.css" | relURL }}"> + <link rel="stylesheet" href="{{ "/css/simplesource.css" | relURL }}"> </head> <body> |