minor formatting
This commit is contained in:
parent
f2fc399003
commit
58bca24259
2 changed files with 7 additions and 3 deletions
|
|
@ -11,11 +11,12 @@
|
|||
</div>
|
||||
{% include "topmost_navbar.njk" %}
|
||||
</div>
|
||||
<marquee class="motd" behavior="scroll" direction="left">
|
||||
<img src="/img/Witch-on-broom.gif" alt="">
|
||||
</marquee>
|
||||
|
||||
{{ content | safe }}
|
||||
|
||||
<marquee class="motd" behavior="scroll" direction="left">
|
||||
<img src="/img/Witch-on-broom.gif" alt="">
|
||||
</marquee>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -11,7 +11,10 @@ body {
|
|||
|
||||
a { color: mp.$link; }
|
||||
a:hover { color: c.adjust($color: mp.$link, $saturation: 4%, $lightness: 10%); }
|
||||
|
||||
p { color: mp.$text }
|
||||
}
|
||||
|
||||
.header-wrapper {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue