Skip to content

Commit

Permalink
Update background / side nav colors
Browse files Browse the repository at this point in the history
  • Loading branch information
garrekstemo committed Oct 30, 2023
1 parent 57390e1 commit c4a4715
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@
z-index: 1;
top: 0;
right: 0;
background-color: #1dbfe8; /* electric blue type of thing */
/* background-color: #1dbfe8; electric blue type of thing */
/* background-color: #21839a; Mediterranean blue */
/* background-color: #0096d1; Amex blue */
background-color: #38b3d0; /* River blue */
box-shadow: 2px 2px 50px #3b3b3b;
overflow-x: hidden;
padding-top: 60px;
Expand Down Expand Up @@ -352,7 +355,6 @@ footer {
}



/* ----------------------------------------------------------------------- */
/* Color settings */
/* ----------------------------------------------------------------------- */
Expand Down Expand Up @@ -436,7 +438,7 @@ footer {
}

@media (prefers-color-scheme: light) {
* { background-color: #fff }
* { background-color: #fff4eb }
body { color: #202020; }
h1 { color: #000; }
h2 { color: #000; }
Expand Down

0 comments on commit c4a4715

Please sign in to comment.