diff options
| author | soryu <soryu@soryu.co> | 2025-12-10 03:10:57 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-12-23 14:47:18 +0000 |
| commit | 3660c3cca159d2bb074976ecb328c32b81c5f2cc (patch) | |
| tree | f757c150974c2449d8ed7c7846ab1bb9a1f7fd72 | |
| parent | f8ebe386be1c52bed5f5e33cf859b03dcd2a727d (diff) | |
| download | soryu-3660c3cca159d2bb074976ecb328c32b81c5f2cc.tar.gz soryu-3660c3cca159d2bb074976ecb328c32b81c5f2cc.zip | |
Restore photo background with grid overlay
| -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: ""; |
