Doplnění a oprava index.html, aktulizace styl.css

This commit is contained in:
2025-11-29 16:58:24 +01:00
parent aade2bfddc
commit 85d4ef8935
2 changed files with 64 additions and 13 deletions

View File

@@ -169,3 +169,30 @@ header {
text-align: center;
gap: 10px;
}
.subtext {
color: var(--muted);
margin-top: -10px;
margin-bottom: 10px;
}
.card {
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 16px;
color: inherit;
text-decoration: none;
transition: all .3s ease;
background: linear-gradient(180deg, rgba(255, 255, 255, .03), transparent);
text-align: center;
/* ← TADY */
}
section a {
color: var(--link);
text-decoration: underline;
}
section a:hover {
color: var(--accent);
}