Update style.css

This commit is contained in:
deepend-tildeclub 2024-08-17 10:26:17 -06:00 committed by GitHub
parent 3c2fbbc0b3
commit 8ba9569838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 33 deletions

View File

@ -129,6 +129,17 @@ code > span.fl {
text-decoration: none; text-decoration: none;
} }
/* RSS Icon Styles */
.rss-icon {
float: right;
padding: 14px;
}
.rss-icon img {
width: 24px; /* Adjust icon size */
height: 24px; /* Adjust icon size */
}
/* Page content */ /* Page content */
.content { .content {
padding-top: 5px; padding-top: 5px;
@ -280,13 +291,3 @@ pre {
font-weight: bold; font-weight: bold;
color: #fb5 !important; /* Use !important to override other styles */ color: #fb5 !important; /* Use !important to override other styles */
} }
.rss-icon-container {
position: absolute;
right: 20px; /* Adjust as needed */
top: 20px; /* Adjust as needed */
}
.rss-icon-container img {
width: 24px; /* Adjust icon size */
height: 24px; /* Adjust icon size */
}