more homelab improvements

This commit is contained in:
2026-02-10 20:47:56 -03:00
parent 5100002013
commit 703ce8b97c

View File

@@ -141,9 +141,9 @@
} }
.homelab-title { .homelab-title {
font-size: 1.4rem; font-size: 1.8rem;
font-weight: 700; font-weight: 700;
margin-bottom: 10px; margin-bottom: 4px;
letter-spacing: 0.03em; letter-spacing: 0.03em;
background: linear-gradient(270deg, background: linear-gradient(270deg,
var(--primary-color), var(--primary-color),
@@ -158,6 +158,35 @@
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
background-clip: text; background-clip: text;
animation: gradient-animation 25s ease infinite; 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 { .homelab-buttons {