Skip to content

Commit

Permalink
design fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wo1vin committed Aug 18, 2024
1 parent bd09ee7 commit b7e2bdd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* color variables */
:root{
--midnight: #000f19;
--grey: #b8b8b868;
--grey: #b8b8b8;
--green: #6eb800;
--purple: #45002a;
--white: #fff;
Expand Down Expand Up @@ -149,7 +149,7 @@ img{
width: 500px;
height: auto;
max-width: 100%;
border-radius: 2em;
border-radius: 1em;
}
p.wip{
background-color: var(--green);
Expand Down Expand Up @@ -209,6 +209,7 @@ hr{
}
button a{
text-decoration: none;
font-weight: 400;
}
.btnWrap{
display: flex;
Expand Down

0 comments on commit b7e2bdd

Please sign in to comment.