feat(style): custom colors
This commit is contained in:
parent
5b98185aa6
commit
bbacda44f8
4 changed files with 55 additions and 35 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue