sane box shadows lol

This commit is contained in:
Chuck Dries 2017-02-18 11:35:37 -07:00
parent 32c307c944
commit 06af21ec5c
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ body {
background: rgba(0, 0, 0, 0.5);
color: white; }
.slide div div .cover:hover {
box-shadow: 2px 2px 9px #666; }
box-shadow: 1px 1px 9px #444; }
.slide p {
max-width: 800px;
margin: auto; }

View File

@ -121,7 +121,7 @@ body {
}
}
.cover:hover {
box-shadow: 2px 2px 9px #666;
box-shadow: 1px 1px 9px #444;
}
}
}