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>
|
</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>
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue