code.moonweb.org repo updates

This commit is contained in:
2026-08-15 00:17:53 +02:00
parent bbeddf2440
commit 8382742a5c
6 changed files with 243 additions and 94 deletions
+1
View File
@@ -68,6 +68,7 @@ main { max-width: 1100px; margin: 0 auto; padding: 2rem; }
transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.card:hover { box-shadow: 0 2px 10px rgba(0,0,0,0.08); transform: translateY(-1px); }
.card-emoji { font-size: 1.3rem; margin-right: 0.3rem; vertical-align: middle; }
.card h3 { margin: 0 0 0.4rem; font-size: 1.05rem; color: var(--accent); }
.card p { margin: 0; font-size: 0.9rem; color: #555; }