change back to top color

Change-Id: Id74331b2d64400f315fa6ea9d20b1cf54f135279
This commit is contained in:
Jim Phillips
2015-05-06 12:35:59 -04:00
parent 1ff03a34a4
commit 5cef855d5c
3 changed files with 2 additions and 6 deletions

View File

@@ -1 +0,0 @@
# ErrorDocument 404 '<h1>404 Not Found</h1>'

View File

@@ -1,3 +0,0 @@
404
<!-- This is a placeholder for a custom 404 page -->

View File

@@ -315,7 +315,7 @@ img.width-100 {
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: rgba(232, 98, 86, 0.8) url(cd-top-arrow.svg) no-repeat center 50%;
background: rgba(211, 48, 26, 0.8) url(cd-top-arrow.svg) no-repeat center 50%;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
@@ -336,7 +336,7 @@ img.width-100 {
}
.no-touch .cd-top:hover {
background-color: #e86256;
background-color: #D3301A;
opacity: 1;
}