mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Reduce box-shadow opacity in zen-browser-container.css for improved visual clarity
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
:root:not([zen-no-padding='true']) & {
|
||||
margin: 1px;
|
||||
box-shadow: 0 0 1px 1px light-dark(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
|
||||
box-shadow: 0 0 1px 1px light-dark(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user