Add thin yellow box outline around announcement

- Add border and padding to .announcement class
- Makes 'EXCLUSIVE: Leaked mixtape' text stand out
This commit is contained in:
dangrubbb
2026-02-28 17:09:05 -05:00
parent c1ab8e831b
commit 8b74501e14

View File

@ -282,6 +282,10 @@ body {
/* Color the announcement link yellow */ /* Color the announcement link yellow */
.announcement { .announcement {
margin: 20px auto 0; margin: 20px auto 0;
display: inline-block;
border: 1px solid #ffff00;
padding: 10px 15px;
border-radius: 3px;
} }
.announcement a { .announcement a {