mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
31 lines
548 B
CSS
31 lines
548 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;
|
|
}
|
|
|
|
.embedButton {
|
|
color: var(--button-desktop-text-color);
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.embedButton:hover {
|
|
cursor: pointer;
|
|
color: var(--button-desktop-text-color-hover);
|
|
} |