all repos — flounder @ 4a3410cbbd09d28ddd4eca1c306af26f29000f42

A small site builder for the Gemini protocol

remove impersonate bacgrkound color change
alex wennerberg alex@alexwennerberg.com
Thu, 07 Jan 2021 13:28:47 -0800
commit

4a3410cbbd09d28ddd4eca1c306af26f29000f42

parent

450ea8e697462b265494ae506116b98800041757

2 files changed, 0 insertions(+), 6 deletions(-)

jump to
M templates/nav.htmltemplates/nav.html

@@ -9,11 +9,6 @@ <a href="/admin">admin</a>

{{ end }} <a href="/logout">logout</a> {{ if .AuthUser.ImpersonatingUser }} -<style> -main { - background-color: #ffe9ec; -} -</style> <div class="impersonate"> ({{.AuthUser.Username}} impersonated by {{.AuthUser.ImpersonatingUser}})</div> {{ end }}
M templates/static/style.csstemplates/static/style.css

@@ -60,7 +60,6 @@

.impersonate { font-style: italic; font-weight: bold; - background-color: } .button {