From e17bfe884c82a8681234c5f7605fd6300d8df28a Mon Sep 17 00:00:00 2001 From: dangrubbb Date: Sat, 28 Feb 2026 22:10:02 +0000 Subject: [PATCH] Add thin yellow box outline around announcement - Add border and padding to .announcement class - Makes 'EXCLUSIVE: Leaked mixtape' text stand out --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index a5bffd9..65fd6a1 100644 --- a/style.css +++ b/style.css @@ -282,6 +282,10 @@ body { /* Color the announcement link yellow */ .announcement { margin: 20px auto 0; + display: inline-block; + border: 1px solid #ffff00; + padding: 10px 15px; + border-radius: 3px; } .announcement a {