style: Changed shadow for the urlbar, b=(no-bug), c=common

This commit is contained in:
Mr. M
2025-05-18 23:52:01 +02:00
parent 3ed15335fe
commit e5294908ec

View File

@@ -174,9 +174,7 @@
--zen-urlbar-background-transparent,
var(--zen-urlbar-background-base)
) !important;
box-shadow:
0 20px 25px -5px rgb(0 0 0 / 0.1),
0 8px 10px -6px rgb(0 0 0 / 0.1);
box-shadow: 0px 0px 90px -10px rgba(0, 0, 0, 0.6);
backdrop-filter: none !important;
border-radius: 12px !important;
outline: 0.5px solid light-dark(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15)) !important;