瀏覽代碼

Reduce initials shadow spread

Vijayakrishnan 3 年之前
父節點
當前提交
448bf2e35d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/css/z.css

+ 1 - 1
public/css/z.css

@@ -55,7 +55,7 @@
     --size: 25px;
     align-items: center;
     background: #ccc;
-    box-shadow: 0 0 20px var(--shadow-color);
+    box-shadow: 0 0 6px var(--shadow-color);
     border-radius: 50%;
     display: flex;
     flex-shrink: 0;