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:
2026-02-28 22:10:02 +00:00
parent f824e30dc0
commit e17bfe884c

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 {