From 3c67a326208eac882848a1b8c5dffacc248d22bc Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 17 Aug 2024 09:07:42 -0600 Subject: [PATCH] Update style.css --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index f9027d1..839219d 100644 --- a/style.css +++ b/style.css @@ -276,3 +276,8 @@ pre { border-radius: 0.25em; /* Slight border radius for better appearance */ padding: 0.5em; /* Padding for better readability */ } +.recently-updated { + background-color: #fffae6; /* Light yellow highlight */ + padding: 2px; + border-radius: 3px; +}