Skip to content

Commit 47867df

Browse files
committed
chore: fix linit
1 parent fa394fd commit 47867df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/layout/_panel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
background-color: var(--main-bg);
7777
border: 1px solid var(--border-color);
7878
border-radius: 0.75rem;
79-
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
79+
box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 5%);
8080
text-align: center;
8181

8282
ins.adsbygoogle {

0 commit comments

Comments
 (0)