diff --git a/css/style.css b/css/style.css index adbf2d5..abb4f57 100644 --- a/css/style.css +++ b/css/style.css @@ -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); +} diff --git a/index.html b/index.html index 617d397..9612881 100644 --- a/index.html +++ b/index.html @@ -24,9 +24,8 @@
Zdeněk Kreml

Zdeněk Kreml · Archos

-

Starám se o komunitní servery, žiju v Arch Linuxu a podporuju open source. - Jsem člen Arch Linux CZ, zajímám se o bezpečnost, GrapheneOS a technologie. - Když nejsem u serverů, jsem na kole.

+

Spravuju komunitní servery a žiju v Arch Linuxu. Zajímám se o bezpečnost, GrapheneOS a otevřený + software. Ve volném čase jezdím na kole.