diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-08-21 19:30:58 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-08-21 19:30:58 -0400 |
| commit | d9a0fb6435165fd3c6044de9ce8cbb0662fb6628 (patch) | |
| tree | fd20230cb52529531b1e625ecafedb45faba108c /cmd/hdrwtch/styles.css | |
| parent | ed0b9b410b6c0c8478bb3e456d14753a923d06b4 (diff) | |
| download | x-d9a0fb6435165fd3c6044de9ce8cbb0662fb6628.tar.xz x-d9a0fb6435165fd3c6044de9ce8cbb0662fb6628.zip | |
cmd/hdrwtch: make this ready
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/hdrwtch/styles.css')
| -rw-r--r-- | cmd/hdrwtch/styles.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cmd/hdrwtch/styles.css b/cmd/hdrwtch/styles.css index 0740dfd..2bb82a8 100644 --- a/cmd/hdrwtch/styles.css +++ b/cmd/hdrwtch/styles.css @@ -14,4 +14,17 @@ h6 { @apply font-serif; } + + .xe-hero-image { + background-image: url("/static/img/hero.avif"); + background-size: cover; + background-position: center; + } + + .frosted-glass { + backdrop-filter: blur(10px); + background-color: rgba(255, 255, 255, 0.7); + border-radius: 12px; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + } } |
