summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/assets/css/main.css
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-16 11:11:18 +0200
committerDanilo M. <danix@danix.xyz>2026-04-16 11:11:18 +0200
commitfd899228cdce1cfae80c5899cda98b8310ada846 (patch)
tree50c565d092a7f860d0cb730f78555f80e1ce6534 /themes/danix-xyz-hacker/assets/css/main.css
parent4574c4cc0cbc26bdec9cf7d0872ae7401c7cc76b (diff)
downloaddanixxyz-feature/matrix-rain-background.tar.gz
danixxyz-feature/matrix-rain-background.zip
Add padding and glow effects to content sectionsfeature/matrix-rain-background
- Add 2rem padding, border, and soft glow to single page content grid - Add matching glow effect to article list items with full-opacity border - Uses theme-aware CSS variables for consistent styling across dark/light modes Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'themes/danix-xyz-hacker/assets/css/main.css')
-rw-r--r--themes/danix-xyz-hacker/assets/css/main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css
index 53b2410..72e9cf2 100644
--- a/themes/danix-xyz-hacker/assets/css/main.css
+++ b/themes/danix-xyz-hacker/assets/css/main.css
@@ -328,4 +328,13 @@ html.theme-light body[data-page-kind="home"] #matrix-rain {
position: relative;
z-index: 10;
background-color: var(--bg);
+ padding: 2rem;
+ border: 1px solid var(--border);
+ box-shadow: 0 0 20px var(--accent-glow);
+}
+
+/* Article list items — soft glow effect */
+article.border.border-border\/30.rounded-lg.overflow-hidden.group.bg-bg {
+ border-color: var(--border);
+ box-shadow: 0 0 20px var(--accent-glow);
}