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

View File

@@ -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;
}