feat(post): add links and media info, including embed

This commit is contained in:
plebeius.eth
2024-03-22 16:15:38 +01:00
parent f1af55edf0
commit d0a3e959fc
10 changed files with 572 additions and 53 deletions
@@ -5,13 +5,13 @@
}
.boardNavDesktop a {
color: var(--link-internal-text-color);
text-decoration: var(--link-internal-text-decoration);
color: var(--button-desktop-text-color);
text-decoration: var(--button-desktop-text-color-decoration);
}
.boardNavDesktop a:hover {
color: var(--link-internal-text-color-hover);
text-decoration: var(--link-internal-text-decoration-hover);
color: var(--button-desktop-text-color-hover);
text-decoration: var(--button-desktop-text-color-hover);
}
.navTopRight {
@@ -58,8 +58,8 @@
}
.pageJump a {
color: var(--link-internal-text-color);
text-decoration: var(--link-internal-text-decoration);
color: var(--homepage-box-link-text-color);
text-decoration: var(--homepage-box-link-text-decoration);
}
@media (max-width: 640px) {