diff --git a/css/style.scss b/css/style.scss index 353d8235..dbb1dae0 100644 --- a/css/style.scss +++ b/css/style.scss @@ -51,7 +51,7 @@ z-index: 9999; overflow: hidden; background-color: #fff; - border-radius: 3px; + border-radius: var(--border-radius-large); box-sizing: border-box; } @@ -196,9 +196,9 @@ height: 100%; background-color: black; z-index: 3001; - -moz-opacity: 0.7; - opacity:.70; - filter: alpha(opacity=70); + -moz-opacity: .85; + opacity: .85; + filter: alpha(opacity=85); } small.unsaved-star {