We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1a5807 + d00e01d commit 6158748Copy full SHA for 6158748
assets/scss/_base.scss
@@ -552,6 +552,12 @@ section#cncf {
552
padding: 20px 10px 20px 10px;
553
}
554
555
+ #desktopKCButton:hover{
556
+ background-color: #ffffff;
557
+ color: #3371e3;
558
+ transition: 150ms;
559
+ }
560
+
561
#desktopShowVideoButton {
562
position: relative;
563
font-size: 24px;
@@ -571,6 +577,15 @@ section#cncf {
571
577
border-width: 10px 0 10px 20px;
572
578
border-color: transparent transparent transparent $blue;
573
579
580
581
+ &:hover::before {
582
+ border-color: transparent transparent transparent $dark-grey;
583
584
585
586
+ #desktopShowVideoButton:hover{
587
+ color: $dark-grey;
588
574
589
575
590
576
591
#mobileShowVideoButton {
0 commit comments