소스 검색

Update index.css

David Catuhe 7 년 전
부모
커밋
8841cbbc76
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      sandbox/index.css

+ 4 - 0
sandbox/index.css

@@ -218,6 +218,10 @@ a {
         background-color: #2c5a74; /* Add a hover color */    
     }
 
+    playBtn:active {
+        background-color: #162D3A; /* Add a hover color */
+    }
+
     #playBtn:focus {
         outline: none !important;
         border: none;