mirror of
https://codeberg.org/postscriptum/snac-pika-patch.git
synced 2026-04-01 05:25:28 +00:00
Add style.css
This commit is contained in:
parent
16a9bb0133
commit
96dc5cac55
1 changed files with 26 additions and 0 deletions
26
style.css
Normal file
26
style.css
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
.snac-no-more-unseen-posts {
|
||||||
|
margin-bottom: 7px;
|
||||||
|
margin-top: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.snac-post-with-desc a,
|
||||||
|
.snac-no-more-unseen-posts a {
|
||||||
|
color: var(--color-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.snac-post pre {
|
||||||
|
margin: 8px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.snac-content p {
|
||||||
|
margin: 8px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.snac-list-link {
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.snac-list-of-lists {
|
||||||
|
columns: 2;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue