mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(post): add links and media info, including embed
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
.thread {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.link a {
|
||||
color: var(--post-link-text-color);
|
||||
text-decoration: var(--post-link-text-decoration);
|
||||
}
|
||||
|
||||
.link a:hover {
|
||||
color: var(--post-link-text-color-hover);
|
||||
text-decoration: var(--post-link-text-decoration-hover);
|
||||
}
|
||||
Reference in New Issue
Block a user