summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/danix-xyz-hacker/assets/css/main.css')
-rw-r--r--themes/danix-xyz-hacker/assets/css/main.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css
index bbbe3f0..94a1c96 100644
--- a/themes/danix-xyz-hacker/assets/css/main.css
+++ b/themes/danix-xyz-hacker/assets/css/main.css
@@ -184,8 +184,14 @@ html.theme-light {
.frosted-bar {
background-color: rgba(var(--bg2-rgb), 0.92);
backdrop-filter: blur(10px);
- border: 1px solid var(--border);
box-shadow: 0 0 20px var(--accent-glow);
+ /* border applied via utility classes in templates */
+ }
+
+ /* Border utilities for frosted-bar component */
+ .frosted-bar.border-b,
+ .frosted-bar.border-t {
+ border-color: var(--border);
}
/* Article type badge styles */