소스 검색

ref: made ripple effect a bit less intense

Sv443 1 개월 전
부모
커밋
3f871131ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/ripple.css

+ 1 - 1
src/components/ripple.css

@@ -34,7 +34,7 @@ body .bytm-ripple.slowest {
     )
   );
   position: absolute;
-  background: var(--bytm-ripple-color, rgba(255, 255, 255, 0.175));
+  background: var(--bytm-ripple-color, rgba(255, 255, 255, 0.125));
   transform: translate(-50%, -50%);
   pointer-events: none;
   border-radius: 50%;