diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 6287e4a..6c2e4bc 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -145,6 +145,19 @@ html { inset 0.75rem 0.75rem 1.75rem rgba(0, 0, 0, 0.12); } +@media screen and (min-width: 1040px) { + .hover\:neumorphic-shadow-logo:hover + { + box-shadow: + -0.25rem -0.25rem 0.5rem rgba(255, 255, 255, 0.07), + 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.12), + -.75rem -.75rem 1.75rem rgba(255, 255, 255, 0.07), + 0.75rem 0.75rem 1.75rem rgba(0, 0, 0, 0.12), + inset 8rem 8rem 8rem rgba(0, 0, 0, 0.05), + inset -8rem -8rem 8rem rgba(255, 255, 255, 0.05); + } +} + .bg-blur, .hover\:bg-blur:hover { backdrop-filter: blur(15px); diff --git a/components/navbar.vue b/components/navbar.vue index 5ed2139..94f845d 100644 --- a/components/navbar.vue +++ b/components/navbar.vue @@ -3,7 +3,8 @@ - +