added hover effect on the video link.

pull/42819/head
niranjandarshann 2023-09-01 10:40:58 +05:30
parent fdcc226033
commit 05d49918d6
1 changed files with 5 additions and 1 deletions

View File

@ -272,7 +272,9 @@ body.cid-community .video .videocta {
line-height: 1.25em;
clear: both;
}
body.cid-community .video .videocta:hover {
color: #0e58a7;
}
body.cid-community .video iframe {
min-width: 95%;
height: auto;
@ -409,7 +411,9 @@ body.cid-community #cncf-code-of-conduct h2:after {
}
body.cid-community .video .videocta {
padding-bottom: 0.5em;
}
}
@media only screen and (min-width: 1024px) {