feat(style): custom colors

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-09 23:53:27 +01:00
parent 5b98185aa6
commit bbacda44f8
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
4 changed files with 55 additions and 35 deletions

View file

@ -21,7 +21,6 @@ body {
main {
width: 50%;
background: mediumpurple;
padding: 2rem;
border-radius: 32px;
box-shadow: 0 0 70px 2px rgba(0,0,0,0.75);
@ -73,7 +72,6 @@ h2 {
display: flex;
align-items: center;
justify-content: center;
background: purple;
width: 33%;
border-radius: 16px;
}