commit
All checks were successful
Deploy / trigger (push) Successful in 20s

This commit is contained in:
2026-05-26 12:58:19 +02:00
parent 9568774e35
commit 089d5c1af1

View File

@@ -21,6 +21,9 @@
body {
font-family: 'Poppins', sans-serif;
background: radial-gradient(circle at top right, #1f2937, var(--bg-dark));
background-attachment: fixed;
background-position: center;
background-size: cover;
color: var(--text-main);
min-height: 100vh;
display: flex;