aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/static/css')
-rw-r--r--pyblackbird_cc/static/css/custom.css68
-rw-r--r--pyblackbird_cc/static/css/project.css8
2 files changed, 36 insertions, 40 deletions
diff --git a/pyblackbird_cc/static/css/custom.css b/pyblackbird_cc/static/css/custom.css
index c4fc153..009cc07 100644
--- a/pyblackbird_cc/static/css/custom.css
+++ b/pyblackbird_cc/static/css/custom.css
@@ -13,7 +13,7 @@
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
- --bs-primary: #51635e;
+ --bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
@@ -194,11 +194,11 @@ sup {
}
a {
- color: #51635e;
+ color: #0d6efd;
text-decoration: underline;
}
a:hover {
- color: #414f4b;
+ color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
@@ -1728,7 +1728,7 @@ progress {
}
.btn-check:focus + .btn, .btn:focus {
outline: 0;
- box-shadow: 0 0 0 0.25rem rgba(81, 99, 94, 0.25);
+ box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
pointer-events: none;
@@ -1737,32 +1737,32 @@ progress {
.btn-primary {
color: #fff;
- background-color: #51635e;
- border-color: #51635e;
+ background-color: #0d6efd;
+ border-color: #0d6efd;
}
.btn-primary:hover {
color: #fff;
- background-color: #455450;
- border-color: #414f4b;
+ background-color: #0b5ed7;
+ border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
color: #fff;
- background-color: #455450;
- border-color: #414f4b;
- box-shadow: 0 0 0 0.25rem rgba(107, 122, 118, 0.5);
+ background-color: #0b5ed7;
+ border-color: #0a58ca;
+ box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
color: #fff;
- background-color: #414f4b;
- border-color: #3d4a47;
+ background-color: #0a58ca;
+ border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(107, 122, 118, 0.5);
+ box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
color: #fff;
- background-color: #51635e;
- border-color: #51635e;
+ background-color: #0d6efd;
+ border-color: #0d6efd;
}
.btn-secondary {
@@ -1976,27 +1976,27 @@ progress {
}
.btn-outline-primary {
- color: #51635e;
- border-color: #51635e;
+ color: #0d6efd;
+ border-color: #0d6efd;
}
.btn-outline-primary:hover {
color: #fff;
- background-color: #51635e;
- border-color: #51635e;
+ background-color: #0d6efd;
+ border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
- box-shadow: 0 0 0 0.25rem rgba(81, 99, 94, 0.5);
+ box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
color: #fff;
- background-color: #51635e;
- border-color: #51635e;
+ background-color: #0d6efd;
+ border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(81, 99, 94, 0.5);
+ box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
- color: #51635e;
+ color: #0d6efd;
background-color: transparent;
}
@@ -2177,11 +2177,11 @@ progress {
.btn-link {
font-weight: 400;
- color: #51635e;
+ color: #0d6efd;
text-decoration: underline;
}
.btn-link:hover {
- color: #414f4b;
+ color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
@@ -2212,10 +2212,10 @@ progress {
}
.link-primary {
- color: #51635e;
+ color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
- color: #414f4b;
+ color: #0a58ca;
}
.link-secondary {
@@ -2615,7 +2615,7 @@ progress {
}
.border-primary {
- border-color: #51635e !important;
+ border-color: #0d6efd !important;
}
.border-secondary {
@@ -3444,7 +3444,7 @@ progress {
/* rtl:end:remove */
.text-primary {
- color: #51635e !important;
+ color: #0d6efd !important;
}
.text-secondary {
@@ -3500,7 +3500,7 @@ progress {
}
.bg-primary {
- background-color: #51635e !important;
+ background-color: #0d6efd !important;
}
.bg-secondary {
@@ -6178,10 +6178,6 @@ progress {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
-h2, .h2 {
- color: #51635e;
-}
-
.ey_literacy {
background-color: #ebde34;
color: black;
diff --git a/pyblackbird_cc/static/css/project.css b/pyblackbird_cc/static/css/project.css
index 79d6874..dca4100 100644
--- a/pyblackbird_cc/static/css/project.css
+++ b/pyblackbird_cc/static/css/project.css
@@ -28,12 +28,12 @@
src: url(../fonts/LibreFranklin-Italic.ttf);
}
-body {
- background-color: #eee;
-}
+/*body {*/
+/* background-color: #eee;*/
+/*}*/
h1 {
- color: #657c76;
+ /*color: #657c76;*/
font-size: 2.0rem;
font-weight: bold;
}