groundbreaking changes (slightly styled infobox)

This commit is contained in:
2025-05-24 01:36:46 +12:00
parent d8b547547b
commit 641121789f
4 changed files with 55 additions and 2 deletions

View File

@ -2005,6 +2005,15 @@ th {
#error a {
color: var(--accent);
}
#post_error {
text-align: center;
background: var(--post);
border-radius: 5px;
padding: 30px;
margin-top: 10px;
margin-bottom: 20px;
width: 60em;
}
#issue_warning {
color: var(--popup-toreddit-text);