moved default style into main style
This commit is contained in:
parent
232e9264e8
commit
be8f9b52f2
@ -2,7 +2,7 @@ open Tyxml.Html
|
||||
|
||||
let to_string tyxml = Format.asprintf "%a" (Tyxml.Html.pp ()) tyxml
|
||||
|
||||
let head ?(style="/static/style.css") t =
|
||||
let head ?(style="/static/main.css") t =
|
||||
head (title (pcdata t)) [
|
||||
link ~rel:[`Stylesheet] ~href:style ();
|
||||
meta ~a:[a_charset "utf-8"] ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user