mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
22 lines
366 B
CSS
22 lines
366 B
CSS
.markdown a {
|
|
color: var(--post-link-text-color);
|
|
text-decoration: var(--post-content-link-text-decoration);
|
|
}
|
|
|
|
.markdown a:hover {
|
|
color: var(--post-link-text-color-hover);
|
|
text-decoration: var(--post-content-link-text-decoration-hover);
|
|
}
|
|
|
|
.markdown li {
|
|
list-style-position: inside;
|
|
}
|
|
|
|
.hrWrapper {
|
|
padding: 0.5em 0;
|
|
}
|
|
|
|
.hrWrapper hr {
|
|
margin: 0;
|
|
}
|