changed body bg and lowered container border rad from 1rem to .5rem

This commit is contained in:
yousifpa98
2024-12-20 03:12:39 +01:00
parent ecd7a6af01
commit c0a850da8f
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
.container { .container {
background-color: #28272a; background-color: #28272a;
padding: 2rem; padding: 2rem;
border-radius: 1rem; border-radius: .5rem;
border: 0.5px solid rgb(73, 73, 73); border: 0.5px solid rgb(73, 73, 73);
box-shadow: 0 0 10px -5px rgba(184, 184, 184, .2); box-shadow: 0 0 10px -5px rgba(184, 184, 184, .2);
} }

View File

@@ -11,7 +11,7 @@ body {
background-image: linear-gradient( background-image: linear-gradient(
43deg, 43deg,
#000000 29%, #000000 29%,
#454545 89%, #454545 75%,
#2d2d2d 100% #000 100%
); );
} }