We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e3fad commit c34a111Copy full SHA for c34a111
style/base.css
@@ -89,7 +89,7 @@
89
border: 1px solid var(--jp-border-color2);
90
border-radius: 8px;
91
padding: 8px 12px;
92
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
+ box-shadow: 0 2px 8px #00000040;
93
z-index: 200;
94
opacity: 0.95;
95
transition: opacity 0.2s ease-in-out;
0 commit comments