change link color in video cards

This commit is contained in:
Aadil Ayub 2022-01-06 15:58:19 +05:00
parent 0ecd962771
commit 2442944d69
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
color: var(--tv-dark);
}
.video-box a {
color: var(--tv-dark);
}
.video-box:nth-child(even){
transform: rotate(-1deg);
}