Skip to content

Commit 2931bfa

Browse files
authored
Merge pull request #42819 from niranjandarshann/hovereffect/onlink
Fixed added hover effect on the video link.
2 parents 78737c8 + 05d4991 commit 2931bfa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

static/css/community.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,9 @@ body.cid-community .video .videocta {
272272
line-height: 1.25em;
273273
clear: both;
274274
}
275-
275+
body.cid-community .video .videocta:hover {
276+
color: #0e58a7;
277+
}
276278
body.cid-community .video iframe {
277279
min-width: 95%;
278280
height: auto;
@@ -409,7 +411,9 @@ body.cid-community #cncf-code-of-conduct h2:after {
409411
}
410412
body.cid-community .video .videocta {
411413
padding-bottom: 0.5em;
414+
412415
}
416+
413417
}
414418

415419
@media only screen and (min-width: 1024px) {

0 commit comments

Comments
 (0)