Various CSS tweaks for the everypizza.im branding.

This commit is contained in:
nyx 2025-01-31 00:05:24 -06:00
parent 5ba7a3bb2c
commit fb8f4e2d21
2 changed files with 9 additions and 1 deletions

View file

@ -9,7 +9,7 @@
* { * {
color: whitesmoke; color: whitesmoke;
background-color: #000; background-color: #353935;
} }
body { body {
@ -18,6 +18,11 @@ body {
padding: 2em; padding: 2em;
} }
html {
height: 100%;
background: linear-gradient(234deg, #28282B, #353935);
}
h1 { h1 {
text-align: center; text-align: center;
} }

View file

@ -89,6 +89,9 @@
<body> <body>
<h1>The <a href="https://ari.lt/gh/imag">Imag</a> image board ({{ imagv }}).</h1> <h1>The <a href="https://ari.lt/gh/imag">Imag</a> image board ({{ imagv }}).</h1>
<center>
<h3>Nyx's <a href="https://git.everypizza.im/n/imag/src/branch/main">fork</a>, as the old one has disappeared.</h3>
</center>
{% with messages = get_flashed_messages(with_categories=True) %} {% with messages = get_flashed_messages(with_categories=True) %}
{% if messages %} {% if messages %}