This commit is contained in:
30
css/feed.css
Normal file
30
css/feed.css
Normal file
@ -0,0 +1,30 @@
|
||||
main {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.rss-explainer {
|
||||
background: var(--color-bg-alt);
|
||||
padding: 1rem;
|
||||
margin-block: 1rem;
|
||||
border-radius: .5rem;
|
||||
}
|
||||
|
||||
.rss-explainer p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.rss-explainer p + p {
|
||||
margin-top: 1.25rem;
|
||||
}
|
||||
|
||||
.feed-url {
|
||||
font-family: var(--font-family-code);
|
||||
font-size: .9rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p:has(small) {
|
||||
display: block;
|
||||
margin: .25rem 0 0 .75rem;
|
||||
color: var(--color-grey);
|
||||
}
|
||||
Reference in New Issue
Block a user