shell.nix

This commit is contained in:
ltadeu6 2025-11-24 04:16:49 -03:00
parent a8d39007bb
commit 96c39db639
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D
6 changed files with 42 additions and 20 deletions

View file

@ -12,8 +12,9 @@
}
body {
width: 800px;
font-family: "Poppins", sans-serif;
margin: 0;
margin: 0 auto;
padding: 20px;
text-align: center; /* Centraliza o texto da página */
background-image: linear-gradient(-45deg, var(--bg-start), var(--bg-end));