Various CSS tweaks for the everypizza.im branding.
This commit is contained in:
parent
5ba7a3bb2c
commit
fb8f4e2d21
2 changed files with 9 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
* {
|
||||
color: whitesmoke;
|
||||
background-color: #000;
|
||||
background-color: #353935;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -18,6 +18,11 @@ body {
|
|||
padding: 2em;
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
background: linear-gradient(234deg, #28282B, #353935);
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -89,6 +89,9 @@
|
|||
|
||||
<body>
|
||||
<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) %}
|
||||
{% if messages %}
|
||||
|
|
Loading…
Add table
Reference in a new issue