diff options
| author | real-zephex <[email protected]> | 2024-05-23 09:45:47 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-23 09:45:47 +0530 |
| commit | 442082ac8a8c97d55a5b16c0427247a0f89f304b (patch) | |
| tree | 63900955e769c411c8d1ea5f7496c879604d2c55 /src/app/page.module.css | |
| parent | Update README.md (diff) | |
| download | dramalama-442082ac8a8c97d55a5b16c0427247a0f89f304b.tar.xz dramalama-442082ac8a8c97d55a5b16c0427247a0f89f304b.zip | |
🎨 style(anime): UI improvements to the anime page
Diffstat (limited to 'src/app/page.module.css')
| -rw-r--r-- | src/app/page.module.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/app/page.module.css b/src/app/page.module.css index d831e8d..e0b9a60 100644 --- a/src/app/page.module.css +++ b/src/app/page.module.css @@ -12,7 +12,8 @@ display: flex; align-items: center; justify-content: space-between; - background-color: #121212; + background-color: #1212129d; + backdrop-filter: blur(10px); z-index: 999; } @@ -76,7 +77,8 @@ bottom: 0; width: 100%; position: fixed; - background-color: #121212; + background-color: #1212129a; + backdrop-filter: blur(10px); color: white; font-family: "Poppins", serif; z-index: 999; @@ -86,7 +88,7 @@ text-align: center; font-size: 14px; margin: 0; - padding: 0.6rem; + padding: 0.2rem; font-family: "Poppins", serif; } |