Update style.css

This commit is contained in:
deepend-tildeclub 2024-08-17 09:15:37 -06:00 committed by GitHub
parent 3591280968
commit ee0ee935cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -276,8 +276,7 @@ pre {
border-radius: 0.25em; /* Slight border radius for better appearance */
padding: 0.5em; /* Padding for better readability */
}
.recently-updated {
padding: 2px;
border-radius: 3px;
color: #fb5 !important;
.recently-updated a {
font-weight: bold;
color: #ffa !important; /* Use !important to override other styles */
}