diff options
Diffstat (limited to 'makima')
| -rw-r--r-- | makima/frontend/public/index.html | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/makima/frontend/public/index.html b/makima/frontend/public/index.html index e6c9907..f7ef63d 100644 --- a/makima/frontend/public/index.html +++ b/makima/frontend/public/index.html @@ -19,7 +19,17 @@ margin: 0; padding: 0; color: #dbe7ff; - background: #02040a; + min-height: 100vh; + background-color: #02040a; + background-image: linear-gradient( + rgba(8, 22, 46, 0.65), + rgba(8, 22, 46, 0.65) + ), + url("./02cdkj.jpeg"); + background-size: cover; + background-repeat: no-repeat; + background-position: center; + background-attachment: fixed; font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", "Noto Serif JP", serif; line-height: 1.7; @@ -35,17 +45,17 @@ pointer-events: none; background: linear-gradient( 90deg, - rgba(117, 170, 252, 0.16) 1px, - rgba(255, 255, 255, 0.05) 1px + rgba(117, 170, 252, 0.22) 1px, + rgba(255, 255, 255, 0.08) 1px ), linear-gradient( 0deg, - rgba(117, 170, 252, 0.16) 1px, - rgba(255, 255, 255, 0.05) 1px + rgba(117, 170, 252, 0.22) 1px, + rgba(255, 255, 255, 0.08) 1px ); background-size: 28px 28px, 28px 28px; mix-blend-mode: screen; - opacity: 0.6; + opacity: 0.8; } body::after { content: ""; |
