mirror of https://github.com/tildeclub/site.git
Update style.css
This commit is contained in:
parent
23f73e6094
commit
3c2fbbc0b3
10
style.css
10
style.css
|
@ -280,3 +280,13 @@ 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 */
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue