aboutsummaryrefslogtreecommitdiff
path: root/cmd/hdrwtch/styles.css
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-08-21 19:30:58 -0400
committerXe Iaso <me@xeiaso.net>2024-08-21 19:30:58 -0400
commitd9a0fb6435165fd3c6044de9ce8cbb0662fb6628 (patch)
treefd20230cb52529531b1e625ecafedb45faba108c /cmd/hdrwtch/styles.css
parented0b9b410b6c0c8478bb3e456d14753a923d06b4 (diff)
downloadx-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.css13
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);
+ }
}