Changing theme to blue
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"js": "2.lazyload.1168fc21175de558d316.min.js"
|
||||
},
|
||||
"main": {
|
||||
"css": "main.dd57d66cbe4e4a43f89f.min.css",
|
||||
"css": "main.0cbee9de77c807b0b044.min.css",
|
||||
"js": "main.48637aff6f96e597ae05.min.js"
|
||||
},
|
||||
"vendors~app": {
|
||||
|
||||
@@ -13,7 +13,8 @@ $gray-900: #082333;
|
||||
|
||||
$text-gray: #343a40;
|
||||
|
||||
$primary: #a02f2f;
|
||||
// $primary: #a02f2f;
|
||||
$primary: #1563ff;
|
||||
$secondary: #773A6B;
|
||||
|
||||
$table-dark-color: $white;
|
||||
@@ -24,7 +25,8 @@ $table-dark-bg: $primary;
|
||||
$text-muted: $gray-400;
|
||||
$body-color: $text-gray;
|
||||
$light: $white;
|
||||
$dark: $gray-900;
|
||||
// $dark: $gray-900;
|
||||
$dark: #0c3484;
|
||||
$headings-color: $text-gray;
|
||||
$headings-font-family: "Rotunda",
|
||||
sans-serif;
|
||||
|
||||
@@ -7,19 +7,19 @@
|
||||
@mixin card-border {
|
||||
background-color: white;
|
||||
z-index: 1;
|
||||
border: 1px solid rgb(204, 18, 18);
|
||||
border-top-color: rgba(62.7%, 18.4%, 18.4%, 0.2);
|
||||
border-top-style: solid;
|
||||
border-top-width: 1px;
|
||||
border-right-color: rgba(62.7%, 18.4%, 18.4%, 0.2);
|
||||
border-right-style: solid;
|
||||
border-right-width: 1px;
|
||||
border-bottom-color: rgba(62.7%, 18.4%, 18.4%, 0.2);
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
border-left-color: rgba(62.7%, 18.4%, 18.4%, 0.2);
|
||||
border-left-style: solid;
|
||||
border-left-width: 1px;
|
||||
// border: 1px solid rgb(204, 18, 18);
|
||||
// border-top-color: rgba(80, 42, 184, 0.2);
|
||||
// border-top-style: solid;
|
||||
// border-top-width: 1px;
|
||||
// border-right-color: rgba(62.7%, 18.4%, 18.4%, 0.2);
|
||||
// border-right-style: solid;
|
||||
// border-right-width: 1px;
|
||||
// border-bottom-color: rgba(62.7%, 18.4%, 18.4%, 0.2);
|
||||
// border-bottom-style: solid;
|
||||
// border-bottom-width: 1px;
|
||||
// border-left-color: rgba(62.7%, 18.4%, 18.4%, 0.2);
|
||||
// border-left-style: solid;
|
||||
// border-left-width: 1px;
|
||||
border-image-source: initial;
|
||||
border-image-slice: initial;
|
||||
border-image-width: initial;
|
||||
@@ -30,9 +30,9 @@
|
||||
border-top-right-radius: 0.45rem;
|
||||
border-bottom-right-radius: 0.45rem;
|
||||
border-bottom-left-radius: 0.45rem;
|
||||
-webkit-box-shadow: 4px 4px 36px -10px rgba(255, 0, 94, 0.79);
|
||||
-moz-box-shadow: 4px 4px 36px -10px rgba(255, 0, 94, 0.79);
|
||||
box-shadow: 4px 4px 36px -10px rgba(255, 0, 94, 0.79);
|
||||
-webkit-box-shadow: 4px 4px 36px -10px rgba(12, 45, 192, 0.15);
|
||||
-moz-box-shadow: 4px 4px 36px -10px rgba(12, 45, 192, 0.15);
|
||||
box-shadow: 4px 4px 36px -10px rgba(12, 45, 192, 0.15);
|
||||
transition-property: all;
|
||||
transition-duration: 1s;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -82,7 +82,8 @@ footer a:not(.icons) {
|
||||
}
|
||||
|
||||
.navbar {
|
||||
border-bottom: 1px solid #a02f2f;
|
||||
// border-bottom: 1px solid #a02f2f;
|
||||
border-bottom: 1px solid #2f3ba0;
|
||||
}
|
||||
|
||||
.rotate-a-20 {
|
||||
|
||||
Reference in New Issue
Block a user