merging.
This commit is contained in:
deepend 2020-05-06 23:09:51 -06:00
commit d4443f6f56
2 changed files with 46 additions and 42 deletions

View File

@ -67,12 +67,14 @@ hr {
from { content: "_"; }
to { content: ""; }
}
h1::after {
@media not (prefers-reduced-motion: reduce) {
h1::after {
content: "_";
animation-name: cursor;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(1.0,0,0,1.0);
animation-duration: 1s;
}
}
h1 {
text-transform: uppercase;

View File

@ -46,6 +46,7 @@ $highlighting-css$
$for(include-before)$
$include-before$
$endfor$
<div class="content">
$if(title)$
<header>
<h1 class="title">$$ $title$</h1>
@ -66,7 +67,7 @@ $highlighting-css$
$endif$
</header>
$endif$
<br>
<br>
<div class="grid">
<div class="row">
@ -88,12 +89,13 @@ $body$
$include-after$
$endfor$
</div>
</div>
</div>
</div>
</body>
<br>
<footer class="text-center">
<p>ECDSA fingerprint: SHA256:duamOATgnGcfRFFkotCwrAWzZtRjwxm64WAhq5tQRwE</p>
<a href="https://github.com/tildeclub/site">page source</a>
</footer>
</body>
</html>