Changing theme to blue

This commit is contained in:
2020-07-22 03:17:34 +01:00
parent 5ef8a8389b
commit 335f1bb87b
4 changed files with 23 additions and 20 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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 {