Warmer background color

This commit is contained in:
Joshua Seigler 2019-04-04 15:43:05 -04:00
parent d870ba2538
commit 5270f47401

View file

@ -55,7 +55,7 @@ a {
height: 15vw;
-webkit-box-shadow: 0.1em 0.1em 1em hsla(0, 0%, 0%, 0.5);
box-shadow: 0.1em 0.1em 1em hsla(0, 0%, 0%, 0.5);
background-color: #eee;
background-color: #dad7b7;
margin: 0 auto 1em;
position: relative;
overflow: hidden;