diff --git a/_templates/mirantis/static/.htaccess b/_templates/mirantis/static/.htaccess
deleted file mode 100644
index 706cf9c1c..000000000
--- a/_templates/mirantis/static/.htaccess
+++ /dev/null
@@ -1 +0,0 @@
-# ErrorDocument 404 '
404 Not Found
'
\ No newline at end of file
diff --git a/_templates/mirantis/static/404.html b/_templates/mirantis/static/404.html
deleted file mode 100644
index 44966d5c1..000000000
--- a/_templates/mirantis/static/404.html
+++ /dev/null
@@ -1,3 +0,0 @@
-404
-
-
diff --git a/_templates/mirantis/static/styles.css b/_templates/mirantis/static/styles.css
index 5b02ae97c..ea06bfaee 100644
--- a/_templates/mirantis/static/styles.css
+++ b/_templates/mirantis/static/styles.css
@@ -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;
}