Fix colors breaking floating css because fuck

This commit is contained in:
Bel LaPointe
2020-03-08 20:37:48 -06:00
parent da968c2fd4
commit c067b426a9
5 changed files with 147 additions and 36 deletions

View File

@@ -22,7 +22,7 @@ func (s *Server) notes(w http.ResponseWriter, r *http.Request) {
}
func notesHead(w http.ResponseWriter, p filetree.Path) {
fmt.Fprintln(w, h2(p.MultiLink(), "margin: 0; position: fixed; padding: .25em; background-color: #202b38; width: 100%; top: 0;"))
fmt.Fprintln(w, h2(p.MultiLink()))
htmlSearch(w)
}