Fix post flairs

This commit is contained in:
spikecodes 2021-02-21 10:11:17 -08:00
parent dd67b52199
commit de38f7ef18
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
4 changed files with 21 additions and 5 deletions

View file

@ -1096,6 +1096,13 @@ td, th {
padding: 10px;
}
/* Errors */
#error { text-align: center; }
#error h1 { margin-bottom: 10px; }
#error h3 { opacity: 0.85; }
#error a { color: var(--accent); }
/* Mobile */
@media screen and (max-width: 480px) {