mirror of https://github.com/tildeclub/site.git
commit
d4443f6f56
|
@ -67,6 +67,7 @@ hr {
|
|||
from { content: "_"; }
|
||||
to { content: ""; }
|
||||
}
|
||||
@media not (prefers-reduced-motion: reduce) {
|
||||
h1::after {
|
||||
content: "_";
|
||||
animation-name: cursor;
|
||||
|
@ -74,6 +75,7 @@ h1::after {
|
|||
animation-timing-function: cubic-bezier(1.0,0,0,1.0);
|
||||
animation-duration: 1s;
|
||||
}
|
||||
}
|
||||
h1 {
|
||||
text-transform: uppercase;
|
||||
color: #fb5;
|
||||
|
|
|
@ -46,6 +46,7 @@ $highlighting-css$
|
|||
$for(include-before)$
|
||||
$include-before$
|
||||
$endfor$
|
||||
<div class="content">
|
||||
$if(title)$
|
||||
<header>
|
||||
<h1 class="title">$$ $title$</h1>
|
||||
|
@ -89,11 +90,12 @@ $body$
|
|||
$endfor$
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<footer class="text-center">
|
||||
<p>ECDSA fingerprint: SHA256:duamOATgnGcfRFFkotCwrAWzZtRjwxm64WAhq5tQRwE</p>
|
||||
<a href="https://github.com/tildeclub/site">page source</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in New Issue