refactor(sterni/mblog): drop redundant <style> element

Change-Id: I7cf9681130cc2f99050ebc0c736a4e1387ce8fbc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8350
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
sterni 2023-03-26 15:35:39 +02:00
parent d884890e56
commit b340b8a57f

View file

@ -68,8 +68,7 @@ a:link, a:visited {
(:title (who:esc ,title))
(:link :rel "stylesheet"
:type "text/css"
:href ,(concatenate 'string (if root "" "../") "style.css"))
(:style "a:link, a:visited { color: blue; }"))
:href ,(concatenate 'string (if root "" "../") "style.css")))
(:body
(:header
(:nav