From 703ce8b97cbee6c1d2501b0f069251e701dcdef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique?= Date: Tue, 10 Feb 2026 20:47:56 -0300 Subject: [PATCH] more homelab improvements --- css/sections/homelab.css | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/css/sections/homelab.css b/css/sections/homelab.css index 128c056..3082ab6 100644 --- a/css/sections/homelab.css +++ b/css/sections/homelab.css @@ -141,9 +141,9 @@ } .homelab-title { - font-size: 1.4rem; + font-size: 1.8rem; font-weight: 700; - margin-bottom: 10px; + margin-bottom: 4px; letter-spacing: 0.03em; background: linear-gradient(270deg, var(--primary-color), @@ -158,6 +158,35 @@ -webkit-text-fill-color: transparent; background-clip: text; animation: gradient-animation 25s ease infinite; + text-shadow: + 0 0 2px rgba(255, 255, 255, 0.3), + 0 0 4px rgba(0, 255, 255, 0.1); +} + +.homelab-subtitle { + display: block; + font-family: 'Courier New', Courier, monospace; + font-size: 0.95rem; + font-weight: 600; + letter-spacing: 0.15em; + text-transform: uppercase; + margin-top: 0.5rem; + background: linear-gradient(20deg, + var(--primary-color), + var(--secondary-color), + var(--tertiary-color), + var(--primary-color-light), + var(--primary-color), + var(--secondary-color), + var(--tertiary-color)); + background-size: 800% 800%; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; + color: rgba(255, 255, 255, 0.8); + text-shadow: + 0 0 2px rgba(0, 255, 255, 0.1), + 0 0 1px rgba(255, 255, 255, 0.3); } .homelab-buttons {