Skip to content

Commit

Permalink
Update main colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mabhub committed Jun 6, 2024
1 parent d35f4d8 commit dd322ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/all.sass
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ $black: #2b2523
font-size: 18px;
font-size: 1rem;
line-height: 1.25;
background-color: #528c9c;
background-color: #6194ff;
border-radius: .25rem;
text-decoration: none;
font-weight: 700;
color: #f9a93e; // #CC3700
color: #111111; // #CC3700
text-align: center;
-webkit-box-shadow: inset 0 0 0 2px #f9a93e;
box-shadow: inset 0 0 0 2px #f9a93e;
-webkit-box-shadow: inset 0 0 0 2px #111111;
box-shadow: inset 0 0 0 2px #111111;
-webkit-transition: all .15s ease;
transition: all .15s ease;

Expand Down

0 comments on commit dd322ec

Please sign in to comment.