fonts & colors

This commit is contained in:
2024-03-16 09:59:55 -04:00
Unverified
parent 37a95b2bbc
commit 95d1d76e0a
24 changed files with 41 additions and 26 deletions

View File

@@ -9,6 +9,7 @@
.main-article {
background: var(--card-background);
backdrop-filter: blur(10px);
border-radius: var(--card-border-radius);
box-shadow: var(--shadow-l1);
overflow: hidden;