diff --git a/res/common.css b/res/common.css index 24d126a..e73a52f 100644 --- a/res/common.css +++ b/res/common.css @@ -25,7 +25,7 @@ body { background-size:cover; background-attachment:fixed; background-color: #222; - text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4); + text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5); } hr { display: none } @@ -142,7 +142,7 @@ h6 { font-size: 0.9em } margin: 0 auto 0 auto; padding: 5px; /* background-color: #2D2D2D;*/ - background-color: rgba(45, 45, 45, 0.75); + background-color: rgba(45, 45, 45, 0.65); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 3px 3px 20px black;