New mascot art
This commit is contained in:
parent
d0c60cdf6f
commit
f2c8d68f9f
6 changed files with 5 additions and 431 deletions
|
@ -4,7 +4,7 @@
|
|||
{{ partial "head.html" . }}
|
||||
{{ end }}
|
||||
<body>
|
||||
<img id="mascot" src="/mascot.svg">
|
||||
<img id="mascot" src="/mascot.png">
|
||||
<div id="content">
|
||||
<div>
|
||||
{{ block "primary" . }}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Copyright © {{ partial "copyright-years.html" . }} <b>{{ .Site.Title }}</b>. All rights reserved.<br>
|
||||
Site last regenerated with <a href="https://gohugo.io/" target="_blank">Hugo</a> at {{ partial "time.html" (dict "Date" now) }}.
|
||||
Copyright © {{ partial "copyright-years.html" . }} <b>{{ .Site.Title }}</b>. All rights reserved. 字ちゃん mascot art by <a href="https://twitter.com/bellumela">@bellumela</a>.<br>
|
||||
Site last regenerated with <a href="https://gohugo.io/" target="_blank">Hugo</a> at {{ partial "time.html" (dict "Date" now) }}.
|
||||
|
|
|
@ -722,11 +722,11 @@ p, ul, ol {
|
|||
display: none;
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
bottom: 0;
|
||||
bottom: 1em;
|
||||
z-index: 999;
|
||||
pointer-events: none;
|
||||
transition: 1s;
|
||||
--width: min(10em, 40vw);
|
||||
--width: min(12.5em, 40vw);
|
||||
width: var(--width);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue