minor formatting

This commit is contained in:
yuki 2025-10-10 22:42:05 -03:00
parent f2fc399003
commit 58bca24259
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
2 changed files with 7 additions and 3 deletions

View file

@ -11,11 +11,12 @@
</div> </div>
{% include "topmost_navbar.njk" %} {% include "topmost_navbar.njk" %}
</div> </div>
{{ content | safe }}
<marquee class="motd" behavior="scroll" direction="left"> <marquee class="motd" behavior="scroll" direction="left">
<img src="/img/Witch-on-broom.gif" alt=""> <img src="/img/Witch-on-broom.gif" alt="">
</marquee> </marquee>
{{ content | safe }}
</div> </div>
</body> </body>
</html> </html>

View file

@ -11,7 +11,10 @@ body {
a { color: mp.$link; } a { color: mp.$link; }
a:hover { color: c.adjust($color: mp.$link, $saturation: 4%, $lightness: 10%); } a:hover { color: c.adjust($color: mp.$link, $saturation: 4%, $lightness: 10%); }
p { color: mp.$text }
} }
.header-wrapper { .header-wrapper {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;