From 8b74501e1426dd3e8a10466001a95f49c9bd808c Mon Sep 17 00:00:00 2001 From: dangrubbb Date: Sat, 28 Feb 2026 17:09:05 -0500 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 {