Change styles
alex wennerberg alex@alexwennerberg.com
Mon, 26 Oct 2020 20:55:58 -0700
2 files changed,
2 insertions(+),
1 deletions(-)
M
templates/index.html
→
templates/index.html
@@ -2,6 +2,8 @@ {{$domain := .Host}}
{{template "header" .}} <h1>{{.PageTitle}}!</h1> {{template "nav.html" .}} +<br> +Welcome to flounder! For more information and site updates, check out the <a href="https://admin.{{$domain}}">admin page</a> <h2>All users:</h2> {{ range .Users}} <a href="https://{{.}}.{{$domain}}" class='person-link'>{{.}}</a>
M
templates/static/style.css
→
templates/static/style.css
@@ -61,7 +61,6 @@ }
a { transition-duration: 0.2s; - font-weight: bold; } a:hover {