Fine tune colors

This commit is contained in:
soruly 2022-06-18 16:17:58 +00:00
parent 7742985eb6
commit 17e196e29f
No known key found for this signature in database
GPG Key ID: EF971E90F3D2521F
3 changed files with 4 additions and 4 deletions

View File

@ -19,5 +19,5 @@
"display": "standalone",
"orientation": "natural",
"background_color": "#ffffff",
"theme_color": "#a0a0ff"
"theme_color": "#8787e7"
}

View File

@ -54,8 +54,8 @@ body {
justify-content: space-between;
align-items: center;
background-color: rgba(64, 64, 255, 0.5);
backdrop-filter: blur(0.5rem) saturate(2);
-webkit-backdrop-filter: blur(0.5rem) saturate(2);
backdrop-filter: blur(0.5rem) saturate(0);
-webkit-backdrop-filter: blur(0.5rem) saturate(0);
border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 1);
}

View File

@ -11,7 +11,7 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#a0a0ff" />
<meta name="theme-color" content="#8787e7" />
<title>ソ瑠璃パス</title>
<link rel="manifest" href="/manifest.json" />