update colors
This commit is contained in:
@@ -79,7 +79,7 @@ a:focus, a:hover, a:active {
|
||||
right: -15px;
|
||||
width: 9px;
|
||||
height: 2px;
|
||||
background: #17bed2;
|
||||
background: #f78166;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
@@ -129,19 +129,19 @@ h4 {
|
||||
|
||||
::selection {
|
||||
color: #fff;
|
||||
background: #17bed2;
|
||||
background: #f78166;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
::-webkit-selection {
|
||||
color: #fff;
|
||||
background: #17bed2;
|
||||
background: #f78166;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
color: #fff;
|
||||
background: #17bed2;
|
||||
background: #f78166;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
@@ -230,7 +230,7 @@ fieldset[disabled] .btn-theme {
|
||||
|
||||
.btn-white-bg:hover, .btn-white-bg:focus, .btn-white-bg.focus {
|
||||
color: #fff;
|
||||
background: #17bed2;
|
||||
background: #f78166;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
@@ -256,7 +256,7 @@ fieldset[disabled] .btn-theme {
|
||||
|
||||
.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
|
||||
color: #fff;
|
||||
background: #17bed2;
|
||||
background: #f78166;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
@@ -587,7 +587,7 @@ fieldset[disabled] .btn-theme {
|
||||
}
|
||||
|
||||
.header .navbar-toggle:hover .toggle-icon {
|
||||
background: #17bed2;
|
||||
background: #f78166;
|
||||
transition-duration: 300ms;
|
||||
transition-property: all;
|
||||
transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
|
||||
@@ -596,7 +596,7 @@ fieldset[disabled] .btn-theme {
|
||||
.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
|
||||
width: 21px;
|
||||
height: 1px;
|
||||
background: #17bed2;
|
||||
background: #f78166;
|
||||
transition-duration: 300ms;
|
||||
transition-property: all;
|
||||
transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
|
||||
@@ -626,7 +626,7 @@ fieldset[disabled] .btn-theme {
|
||||
|
||||
.header .logo-img {
|
||||
display: inline-block;
|
||||
width: 64px;
|
||||
width: 127px;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
@@ -707,7 +707,7 @@ fieldset[disabled] .btn-theme {
|
||||
left: 0;
|
||||
width: 9px;
|
||||
height: 2px;
|
||||
background: #17bed2;
|
||||
background: #f78166;
|
||||
opacity: 0;
|
||||
content: " ";
|
||||
transition-duration: 400ms;
|
||||
@@ -951,7 +951,7 @@ fieldset[disabled] .btn-theme {
|
||||
[Text Colors]
|
||||
------------------------------------------------------------------*/
|
||||
.color-base {
|
||||
color: #17bed2 !important;
|
||||
color: #f78166 !important;
|
||||
}
|
||||
|
||||
.color-white {
|
||||
@@ -982,7 +982,7 @@ fieldset[disabled] .btn-theme {
|
||||
[Background Colors]
|
||||
------------------------------------------------------------------*/
|
||||
.bg-color-base {
|
||||
background: #17bed2 !important;
|
||||
background: #f78166 !important;
|
||||
}
|
||||
|
||||
.bg-color-white {
|
||||
|
@@ -29,7 +29,7 @@
|
||||
<link href="css/animate.css" rel="stylesheet">
|
||||
|
||||
<!-- THEME STYLES -->
|
||||
<link href="css/layout.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="css/layout.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="favicon.ico"/>
|
||||
|
Reference in New Issue
Block a user