Update style.css

This commit is contained in:
deepend-tildeclub 2024-08-17 09:07:42 -06:00 committed by GitHub
parent ffd4b1278e
commit 3c67a32620
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -276,3 +276,8 @@ pre {
border-radius: 0.25em; /* Slight border radius for better appearance */ border-radius: 0.25em; /* Slight border radius for better appearance */
padding: 0.5em; /* Padding for better readability */ padding: 0.5em; /* Padding for better readability */
} }
.recently-updated {
background-color: #fffae6; /* Light yellow highlight */
padding: 2px;
border-radius: 3px;
}