fix unclickable youtube links

This commit is contained in:
partisan 2024-08-10 14:17:15 +02:00
parent 7791fa2ab4
commit 51b2ef43bc
2 changed files with 16 additions and 3 deletions

View file

@ -483,6 +483,16 @@ hr {
font-size: 16px;
}
.video_title a {
color: var(--link);
text-decoration: none;
}
.video_title a:hover {
color: var(--link);
text-decoration: underline;
}
.video-results-margin {
margin-bottom: 0px !important;
}