Skip to content

Commit

Permalink
Pinch some colors from TDS
Browse files Browse the repository at this point in the history
  • Loading branch information
xezno committed Sep 16, 2024
1 parent cdce538 commit 1ff80da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ body {
height: 100vh;
width: 100%;
margin: 0 auto;
background-color: #f5e9ce;
color: #000;
background-color: #f6f2d3;
color: #191a1a;

line-height: 2;
padding: min(5%, 20px) min(10%, 100px);
Expand All @@ -19,7 +19,7 @@ body::before {
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 -25vh 25vh 0 rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 -25vh 25vh 0 #2a1a1022 inset;
z-index: -1;
}

Expand Down

0 comments on commit 1ff80da

Please sign in to comment.