workstations and light theme

This commit is contained in:
2026-04-16 16:33:48 +03:00
parent 555e920c18
commit bbfaf5ccc5
37 changed files with 1015 additions and 106 deletions
+3 -2
View File
@@ -27,7 +27,7 @@
border-color: var(--card-accent);
background-color: color-mix(in srgb, var(--card-glow) 36%, var(--surface));
color: var(--text);
transform: translateY(-2px);
transform: translateY(-5px);
}
.link-card__index {
@@ -64,8 +64,9 @@
.link-card__name {
color: var(--text);
font-family: "Barlow Condensed", sans-serif;
font-size: 1.25rem;
font-weight: 700;
font-size: 1.25rem;
line-height: 1;
}
.link-card__label {