Skip to content

Commit c34a111

Browse files
committed
lint fix
1 parent b6e3fad commit c34a111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
border: 1px solid var(--jp-border-color2);
9090
border-radius: 8px;
9191
padding: 8px 12px;
92-
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
92+
box-shadow: 0 2px 8px #00000040;
9393
z-index: 200;
9494
opacity: 0.95;
9595
transition: opacity 0.2s ease-in-out;

0 commit comments

Comments
 (0)