background optimization

This commit is contained in:
hueso 2024-07-31 13:07:40 -03:00
parent ae60edd324
commit 8ad42cc0f2
2 changed files with 1 additions and 36 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -9,8 +9,7 @@
padding: 2rem;
height: fit-content;
min-height: 100vh;
background-image: url( './bg.svg' );
background-size: cover;
background: radial-gradient(ellipse at 50% -50%, rgba(49, 46, 129, 1) 60%, rgba(24, 30, 42, 1) 80%);
font-weight: normal;
}