Añade ejemplo intro-colors y actualiza paleta

This commit is contained in:
Manuel Cillero 2026-04-29 23:42:29 +02:00
parent f85f2ea2d1
commit d20a1f5f62
6 changed files with 154 additions and 50 deletions

View file

@ -15,6 +15,10 @@
--val-color--text: #212529;
}
*, *::before, *::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}