docs: add drop shadow to logo in light mode (#972)

Closes: #966
This commit is contained in:
bd_ 2024-08-08 21:53:29 -07:00 committed by GitHub
parent d4683f99e3
commit 3d1b4f1c76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,9 @@
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
:not([data-theme='dark']) .navbar__logo img {
filter: drop-shadow(1.5px 1.5px 0.1rem #00000090);
}
.install-btn-container {
position: relative;