fix unclickable youtube links
This commit is contained in:
parent
7791fa2ab4
commit
51b2ef43bc
2 changed files with 16 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue