aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-vanilla/src/style.css')
-rw-r--r--frontend-vanilla/src/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css
index a3a7978..5fb436c 100644
--- a/frontend-vanilla/src/style.css
+++ b/frontend-vanilla/src/style.css
@@ -422,6 +422,11 @@ select:focus {
word-break: break-word;
}
+.item-description a {
+ text-decoration: none;
+ color: var(--link-color);
+}
+
.item-description img,
.item-description video,
.item-description pre {