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 d131207 commit 3ab5ec5Copy full SHA for 3ab5ec5
src/App.css
@@ -250,11 +250,11 @@ code {
250
}
251
252
.dark-mode .box-shadow-lift {
253
- box-shadow: #c0c0c031 inset 0 7px 25px 0 !important;
+ box-shadow: -1px -1px 1px 0 #ffffff3b, 1px 1px 1px 0 #0808088e !important;
254
255
256
.dark-mode .button-special:hover {
257
- box-shadow: #94949455 inset 0 30px 60px -12px !important;
+ box-shadow: inset 2px 2px 5px #ffffff3b, inset -3px -3px 7px #0808088e !important;
258
259
260
.dark-mode #markdown a {
0 commit comments