Skip to content

Commit

Permalink
Image + selection updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinelli committed Jun 10, 2018
1 parent 8cbce5a commit 03e5c0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
font: normal 16px/1.2 "Roboto", Helvetica, Arial, sans-serif;
text-align: center;
text-shadow: 1px 1px #000;
background: #111 url('../images/mountains.png') no-repeat center center fixed;
background: #111 url('../images/mountains.jpg') no-repeat center center fixed;
background-size: cover;
}

Expand Down Expand Up @@ -38,6 +38,10 @@ body {
animation-delay: 0.5s;
}

h3::selection {
background: black;
}

@-webkit-keyframes fadeIn {
from {
opacity: 0;
Expand Down

0 comments on commit 03e5c0e

Please sign in to comment.