Add CSS class `p.announce-imp`

This class will be used for important announcements.
This commit is contained in:
inference 2024-04-02 00:36:23 +00:00
parent cae96d0265
commit 62a7607a95
Signed by: inference
SSH Key Fingerprint: SHA256:K/a677+eHm7chi3X4s77BIpLTE9Vge1tsv+jUL5gI+Y
1 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */
/* Version: 12.0.2 */
/* Version: 12.1.0-alpha.1 */
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
@ -59,6 +59,14 @@ p {
font-size: 16px;
}
p.announce-imp, p.announce-imp a {
margin-top: 30%;
margin-bottom: 30%;
text-align: center;
font-size:32px;
color: #ff0000;
}
/* Blockquote */
blockquote {