style: update styles

This commit is contained in:
SerKo 2022-04-12 01:33:41 +08:00
parent e2141f3b44
commit c68443b71c
2 changed files with 8 additions and 18 deletions

View File

@ -40,7 +40,7 @@
</div> </div>
</nav> </nav>
<div class="pt:90 px:16 max-w:1280 mx:auto"> <div class="pt:90 px:16 max-w:700 box:content-box mx:auto">
{{- block "main" . }}{{- end }} {{- block "main" . }}{{- end }}
</div> </div>
{{- partial "footer.html" . -}} {{- partial "footer.html" . -}}

View File

@ -1,8 +1,8 @@
{{ define "main" }} {{ define "main" }}
<article class="py:42 mx:auto max-w:704px"> <article class="py:48 w:full">
<header class="mb:2em"> <header class="mb:32">
<div class="font:40 font:extrabold">{{ .Title }}</div> <div class="font:40 font:extrabold">{{ .Title }}</div>
<div class="mt:.8em font:gray"> <div class="mt:16 font:gray">
{{- if isset .Params "date" -}} {{- if isset .Params "date" -}}
{{ if eq .Lastmod .Date }} {{ if eq .Lastmod .Date }}
<time>{{ .Date | time.Format (":date_medium") }}</time> <time>{{ .Date | time.Format (":date_medium") }}</time>
@ -13,16 +13,6 @@
</div> </div>
</header> </header>
{{/* <div class="
my:16>p
mt:0>p+p
mt:32>:where(h1,h2,h3,h4,h5,h6)
my:16>blockquote
border-left:2px>blockquote
pl:16>blockquote_p
"> */}}
<div class=" <div class="
_:where(a):hover{text-decoration-color:blue-36!} _:where(a):hover{text-decoration-color:blue-36!}
_:where(a){text-decoration:2;underline;fade-23;_text-decoration-color:fade-68@dark} _:where(a){text-decoration:2;underline;fade-23;_text-decoration-color:fade-68@dark}