fix rss button radius

This commit is contained in:
Rushmore75 2024-04-08 18:46:14 -06:00
parent 6f8c9bd370
commit fa32d49d4c

View File

@ -61,3 +61,7 @@ img {
max-height: 50vh; max-height: 50vh;
border-radius: var(--radius); border-radius: var(--radius);
} }
.rss {
border-radius: 0.25rem;
}