Brighten blue and cyan colors (#251)

For slightly easier viewing on mobile phones in daylight
This commit is contained in:
Ohad Lutzky 2021-07-09 15:36:38 +01:00 committed by GitHub
parent db109fcd0a
commit e2e2c8c43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 476 additions and 144008 deletions

View File

@ -4,7 +4,7 @@
// Color system // Color system
// //
$blue: #226f97; $blue: #37abe9;
$indigo: #472395; $indigo: #472395;
$purple: #712395; $purple: #712395;
$pink: #952393; $pink: #952393;
@ -13,7 +13,7 @@ $orange: #ff8f00;
$yellow: #ffbe42; $yellow: #ffbe42;
$green: #239556; $green: #239556;
$teal: #5abccc; $teal: #5abccc;
$cyan: #15b2d3; $cyan: #44c4dd;
$theme-colors: ( $theme-colors: (
primary: $blue, primary: $blue,

View File

@ -19,15 +19,15 @@
--white: #fff; --white: #fff;
--gray: #6c757d; --gray: #6c757d;
--gray-dark: #343a40; --gray-dark: #343a40;
--primary: #226f97; --primary: #37abe9;
--secondary: #ff8f00; --secondary: #ff8f00;
--success: #239556; --success: #239556;
--info: #15b2d3; --info: #44c4dd;
--warning: #ffbe42; --warning: #ffbe42;
--danger: #a72431; --danger: #a72431;
--light: #f8f9fa; --light: #f8f9fa;
--dark: #343a40; --dark: #343a40;
--debug: #15b2d3; --debug: #44c4dd;
--error: #a72431; --error: #a72431;
--breakpoint-xs: 0; --breakpoint-xs: 0;
--breakpoint-sm: 576px; --breakpoint-sm: 576px;
@ -133,11 +133,11 @@ sup {
top: -.5em; } top: -.5em; }
a { a {
color: #15b2d3; color: #44c4dd;
text-decoration: none; text-decoration: none;
background-color: transparent; } background-color: transparent; }
a:hover { a:hover {
color: #0e778d; color: #219cb4;
text-decoration: underline; } text-decoration: underline; }
a:not([href]):not([class]) { a:not([href]):not([class]) {
@ -1161,7 +1161,7 @@ pre {
border: 0; } border: 0; }
.table-striped tbody tr:nth-of-type(odd) { .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(34, 111, 151, 0.1); } background-color: rgba(55, 171, 233, 0.1); }
.table-hover tbody tr:hover { .table-hover tbody tr:hover {
color: #ced4da; color: #ced4da;
@ -1170,19 +1170,19 @@ pre {
.table-primary, .table-primary,
.table-primary > th, .table-primary > th,
.table-primary > td { .table-primary > td {
background-color: #c1d7e2; } background-color: #c7e7f9; }
.table-primary th, .table-primary th,
.table-primary td, .table-primary td,
.table-primary thead th, .table-primary thead th,
.table-primary tbody + tbody { .table-primary tbody + tbody {
border-color: #8cb4c9; } border-color: #97d3f4; }
.table-hover .table-primary:hover { .table-hover .table-primary:hover {
background-color: #b0ccda; } background-color: #b0ddf7; }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th { .table-hover .table-primary:hover > th {
background-color: #b0ccda; } background-color: #b0ddf7; }
.table-secondary, .table-secondary,
.table-secondary > th, .table-secondary > th,
@ -1221,19 +1221,19 @@ pre {
.table-info, .table-info,
.table-info > th, .table-info > th,
.table-info > td { .table-info > td {
background-color: #bde9f3; } background-color: #cbeef5; }
.table-info th, .table-info th,
.table-info td, .table-info td,
.table-info thead th, .table-info thead th,
.table-info tbody + tbody { .table-info tbody + tbody {
border-color: #85d7e8; } border-color: #9ee0ed; }
.table-hover .table-info:hover { .table-hover .table-info:hover {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-hover .table-info:hover > td, .table-hover .table-info:hover > td,
.table-hover .table-info:hover > th { .table-hover .table-info:hover > th {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-warning, .table-warning,
.table-warning > th, .table-warning > th,
@ -1306,19 +1306,19 @@ pre {
.table-debug, .table-debug,
.table-debug > th, .table-debug > th,
.table-debug > td { .table-debug > td {
background-color: #bde9f3; } background-color: #cbeef5; }
.table-debug th, .table-debug th,
.table-debug td, .table-debug td,
.table-debug thead th, .table-debug thead th,
.table-debug tbody + tbody { .table-debug tbody + tbody {
border-color: #85d7e8; } border-color: #9ee0ed; }
.table-hover .table-debug:hover { .table-hover .table-debug:hover {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-hover .table-debug:hover > td, .table-hover .table-debug:hover > td,
.table-hover .table-debug:hover > th { .table-hover .table-debug:hover > th {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-error, .table-error,
.table-error > th, .table-error > th,
@ -1355,7 +1355,7 @@ pre {
.table .thead-light th { .table .thead-light th {
color: #495057; color: #495057;
background-color: #226f97; background-color: #37abe9;
border-color: #343a40; } border-color: #343a40; }
.table-dark { .table-dark {
@ -1813,29 +1813,29 @@ fieldset:disabled a.btn {
.btn-primary { .btn-primary {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-primary:hover { .btn-primary:hover {
color: #fff; color: #fff;
background-color: #1b5878; background-color: #199be1;
border-color: #19506d; } border-color: #1793d6; }
.btn-primary:focus, .btn-primary.focus { .btn-primary:focus, .btn-primary.focus {
color: #fff; color: #fff;
background-color: #1b5878; background-color: #199be1;
border-color: #19506d; border-color: #1793d6;
box-shadow: 0 0 0 0.2rem rgba(67, 133, 167, 0.5); } box-shadow: 0 0 0 0.2rem rgba(85, 184, 236, 0.5); }
.btn-primary.disabled, .btn-primary:disabled { .btn-primary.disabled, .btn-primary:disabled {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle { .show > .btn-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #19506d; background-color: #1793d6;
border-color: #164963; } border-color: #168bca; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus { .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(67, 133, 167, 0.5); } box-shadow: 0 0 0 0.2rem rgba(85, 184, 236, 0.5); }
.btn-secondary { .btn-secondary {
color: #212529; color: #212529;
@ -1890,30 +1890,30 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(68, 165, 111, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 165, 111, 0.5); }
.btn-info { .btn-info {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-info:hover { .btn-info:hover {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; } border-color: #25aec9; }
.btn-info:focus, .btn-info.focus { .btn-info:focus, .btn-info.focus {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; border-color: #25aec9;
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-info.disabled, .btn-info:disabled { .btn-info.disabled, .btn-info:disabled {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle { .show > .btn-info.dropdown-toggle {
color: #fff; color: #fff;
background-color: #108ba5; background-color: #25aec9;
border-color: #0f8199; } border-color: #23a5bf; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus { .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-warning { .btn-warning {
color: #212529; color: #212529;
@ -2020,30 +2020,30 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-debug { .btn-debug {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-debug:hover { .btn-debug:hover {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; } border-color: #25aec9; }
.btn-debug:focus, .btn-debug.focus { .btn-debug:focus, .btn-debug.focus {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; border-color: #25aec9;
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-debug.disabled, .btn-debug:disabled { .btn-debug.disabled, .btn-debug:disabled {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-debug:not(:disabled):not(.disabled):active, .btn-debug:not(:disabled):not(.disabled).active, .btn-debug:not(:disabled):not(.disabled):active, .btn-debug:not(:disabled):not(.disabled).active,
.show > .btn-debug.dropdown-toggle { .show > .btn-debug.dropdown-toggle {
color: #fff; color: #fff;
background-color: #108ba5; background-color: #25aec9;
border-color: #0f8199; } border-color: #23a5bf; }
.btn-debug:not(:disabled):not(.disabled):active:focus, .btn-debug:not(:disabled):not(.disabled).active:focus, .btn-debug:not(:disabled):not(.disabled):active:focus, .btn-debug:not(:disabled):not(.disabled).active:focus,
.show > .btn-debug.dropdown-toggle:focus { .show > .btn-debug.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-error { .btn-error {
color: #fff; color: #fff;
@ -2072,25 +2072,25 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(180, 69, 80, 0.5); } box-shadow: 0 0 0 0.2rem rgba(180, 69, 80, 0.5); }
.btn-outline-primary { .btn-outline-primary {
color: #226f97; color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-outline-primary:hover { .btn-outline-primary:hover {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-outline-primary:focus, .btn-outline-primary.focus { .btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(34, 111, 151, 0.5); } box-shadow: 0 0 0 0.2rem rgba(55, 171, 233, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { .btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #226f97; color: #37abe9;
background-color: transparent; } background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle { .show > .btn-outline-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus { .show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(34, 111, 151, 0.5); } box-shadow: 0 0 0 0.2rem rgba(55, 171, 233, 0.5); }
.btn-outline-secondary { .btn-outline-secondary {
color: #ff8f00; color: #ff8f00;
@ -2135,25 +2135,25 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); } box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); }
.btn-outline-info { .btn-outline-info {
color: #15b2d3; color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-info:hover { .btn-outline-info:hover {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-info:focus, .btn-outline-info.focus { .btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled { .btn-outline-info.disabled, .btn-outline-info:disabled {
color: #15b2d3; color: #44c4dd;
background-color: transparent; } background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle { .show > .btn-outline-info.dropdown-toggle {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus { .show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-warning { .btn-outline-warning {
color: #ffbe42; color: #ffbe42;
@ -2240,25 +2240,25 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-debug { .btn-outline-debug {
color: #15b2d3; color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-debug:hover { .btn-outline-debug:hover {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-debug:focus, .btn-outline-debug.focus { .btn-outline-debug:focus, .btn-outline-debug.focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-debug.disabled, .btn-outline-debug:disabled { .btn-outline-debug.disabled, .btn-outline-debug:disabled {
color: #15b2d3; color: #44c4dd;
background-color: transparent; } background-color: transparent; }
.btn-outline-debug:not(:disabled):not(.disabled):active, .btn-outline-debug:not(:disabled):not(.disabled).active, .btn-outline-debug:not(:disabled):not(.disabled):active, .btn-outline-debug:not(:disabled):not(.disabled).active,
.show > .btn-outline-debug.dropdown-toggle { .show > .btn-outline-debug.dropdown-toggle {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-debug:not(:disabled):not(.disabled):active:focus, .btn-outline-debug:not(:disabled):not(.disabled).active:focus, .btn-outline-debug:not(:disabled):not(.disabled):active:focus, .btn-outline-debug:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-debug.dropdown-toggle:focus { .show > .btn-outline-debug.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-error { .btn-outline-error {
color: #a72431; color: #a72431;
@ -2283,10 +2283,10 @@ fieldset:disabled a.btn {
.btn-link { .btn-link {
font-weight: 400; font-weight: 400;
color: #15b2d3; color: #44c4dd;
text-decoration: none; } text-decoration: none; }
.btn-link:hover { .btn-link:hover {
color: #0e778d; color: #219cb4;
text-decoration: underline; } text-decoration: underline; }
.btn-link:focus, .btn-link.focus { .btn-link:focus, .btn-link.focus {
text-decoration: underline; } text-decoration: underline; }
@ -2513,11 +2513,11 @@ input[type="button"].btn-block {
.dropdown-item:hover, .dropdown-item:focus { .dropdown-item:hover, .dropdown-item:focus {
color: #bfc7cf; color: #bfc7cf;
text-decoration: none; text-decoration: none;
background-color: #226f97; } background-color: #37abe9; }
.dropdown-item.active, .dropdown-item:active { .dropdown-item.active, .dropdown-item:active {
color: #ced4da; color: #ced4da;
text-decoration: none; text-decoration: none;
background-color: #226f97; } background-color: #37abe9; }
.dropdown-item.disabled, .dropdown-item:disabled { .dropdown-item.disabled, .dropdown-item:disabled {
color: #adb5bd; color: #adb5bd;
pointer-events: none; pointer-events: none;
@ -3657,12 +3657,12 @@ input[type="button"].btn-block {
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
margin-left: -1px; margin-left: -1px;
line-height: 1.25; line-height: 1.25;
color: #15b2d3; color: #44c4dd;
background-color: #343a40; background-color: #343a40;
border: 1px solid #3f474e; } border: 1px solid #3f474e; }
.page-link:hover { .page-link:hover {
z-index: 2; z-index: 2;
color: #0e778d; color: #219cb4;
text-decoration: none; text-decoration: none;
background-color: #212529; background-color: #212529;
border-color: #343a40; } border-color: #343a40; }
@ -3683,8 +3683,8 @@ input[type="button"].btn-block {
.page-item.active .page-link { .page-item.active .page-link {
z-index: 3; z-index: 3;
color: #ced4da; color: #ced4da;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.page-item.disabled .page-link { .page-item.disabled .page-link {
color: #6c757d; color: #6c757d;
@ -3749,13 +3749,13 @@ input[type="button"].btn-block {
.badge-primary { .badge-primary {
color: #fff; color: #fff;
background-color: #226f97; } background-color: #37abe9; }
a.badge-primary:hover, a.badge-primary:focus { a.badge-primary:hover, a.badge-primary:focus {
color: #fff; color: #fff;
background-color: #19506d; } background-color: #1793d6; }
a.badge-primary:focus, a.badge-primary.focus { a.badge-primary:focus, a.badge-primary.focus {
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(34, 111, 151, 0.5); } box-shadow: 0 0 0 0.2rem rgba(55, 171, 233, 0.5); }
.badge-secondary { .badge-secondary {
color: #212529; color: #212529;
@ -3778,14 +3778,14 @@ input[type="button"].btn-block {
box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); } box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); }
.badge-info { .badge-info {
color: #fff; color: #212529;
background-color: #15b2d3; } background-color: #44c4dd; }
a.badge-info:hover, a.badge-info:focus { a.badge-info:hover, a.badge-info:focus {
color: #fff; color: #212529;
background-color: #108ba5; } background-color: #25aec9; }
a.badge-info:focus, a.badge-info.focus { a.badge-info:focus, a.badge-info.focus {
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.badge-warning { .badge-warning {
color: #212529; color: #212529;
@ -3828,14 +3828,14 @@ input[type="button"].btn-block {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.badge-debug { .badge-debug {
color: #fff; color: #212529;
background-color: #15b2d3; } background-color: #44c4dd; }
a.badge-debug:hover, a.badge-debug:focus { a.badge-debug:hover, a.badge-debug:focus {
color: #fff; color: #212529;
background-color: #108ba5; } background-color: #25aec9; }
a.badge-debug:focus, a.badge-debug.focus { a.badge-debug:focus, a.badge-debug.focus {
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.badge-error { .badge-error {
color: #fff; color: #fff;
@ -3885,13 +3885,13 @@ input[type="button"].btn-block {
color: inherit; } color: inherit; }
.alert-primary { .alert-primary {
color: #123a4f; color: #1d5979;
background-color: #d3e2ea; background-color: #d7eefb;
border-color: #c1d7e2; } border-color: #c7e7f9; }
.alert-primary hr { .alert-primary hr {
border-top-color: #b0ccda; } border-top-color: #b0ddf7; }
.alert-primary .alert-link { .alert-primary .alert-link {
color: #091c25; } color: #133b50; }
.alert-secondary { .alert-secondary {
color: #854a00; color: #854a00;
@ -3912,13 +3912,13 @@ input[type="button"].btn-block {
color: #082415; } color: #082415; }
.alert-info { .alert-info {
color: #0b5d6e; color: #236673;
background-color: #d0f0f6; background-color: #daf3f8;
border-color: #bde9f3; } border-color: #cbeef5; }
.alert-info hr { .alert-info hr {
border-top-color: #a7e2ef; } border-top-color: #b6e7f1; }
.alert-info .alert-link { .alert-info .alert-link {
color: #063640; } color: #17434c; }
.alert-warning { .alert-warning {
color: #856322; color: #856322;
@ -3957,13 +3957,13 @@ input[type="button"].btn-block {
color: #040505; } color: #040505; }
.alert-debug { .alert-debug {
color: #0b5d6e; color: #236673;
background-color: #d0f0f6; background-color: #daf3f8;
border-color: #bde9f3; } border-color: #cbeef5; }
.alert-debug hr { .alert-debug hr {
border-top-color: #a7e2ef; } border-top-color: #b6e7f1; }
.alert-debug .alert-link { .alert-debug .alert-link {
color: #063640; } color: #17434c; }
.alert-error { .alert-error {
color: #571319; color: #571319;
@ -4164,15 +4164,15 @@ input[type="button"].btn-block {
border-bottom-width: 0; } border-bottom-width: 0; }
.list-group-item-primary { .list-group-item-primary {
color: #123a4f; color: #1d5979;
background-color: #c1d7e2; } background-color: #c7e7f9; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #123a4f; color: #1d5979;
background-color: #b0ccda; } background-color: #b0ddf7; }
.list-group-item-primary.list-group-item-action.active { .list-group-item-primary.list-group-item-action.active {
color: #fff; color: #fff;
background-color: #123a4f; background-color: #1d5979;
border-color: #123a4f; } border-color: #1d5979; }
.list-group-item-secondary { .list-group-item-secondary {
color: #854a00; color: #854a00;
@ -4197,15 +4197,15 @@ input[type="button"].btn-block {
border-color: #124d2d; } border-color: #124d2d; }
.list-group-item-info { .list-group-item-info {
color: #0b5d6e; color: #236673;
background-color: #bde9f3; } background-color: #cbeef5; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0b5d6e; color: #236673;
background-color: #a7e2ef; } background-color: #b6e7f1; }
.list-group-item-info.list-group-item-action.active { .list-group-item-info.list-group-item-action.active {
color: #fff; color: #fff;
background-color: #0b5d6e; background-color: #236673;
border-color: #0b5d6e; } border-color: #236673; }
.list-group-item-warning { .list-group-item-warning {
color: #856322; color: #856322;
@ -4252,15 +4252,15 @@ input[type="button"].btn-block {
border-color: #1b1e21; } border-color: #1b1e21; }
.list-group-item-debug { .list-group-item-debug {
color: #0b5d6e; color: #236673;
background-color: #bde9f3; } background-color: #cbeef5; }
.list-group-item-debug.list-group-item-action:hover, .list-group-item-debug.list-group-item-action:focus { .list-group-item-debug.list-group-item-action:hover, .list-group-item-debug.list-group-item-action:focus {
color: #0b5d6e; color: #236673;
background-color: #a7e2ef; } background-color: #b6e7f1; }
.list-group-item-debug.list-group-item-action.active { .list-group-item-debug.list-group-item-action.active {
color: #fff; color: #fff;
background-color: #0b5d6e; background-color: #236673;
border-color: #0b5d6e; } border-color: #236673; }
.list-group-item-error { .list-group-item-error {
color: #571319; color: #571319;
@ -4901,14 +4901,14 @@ a.close.disabled {
vertical-align: text-top !important; } vertical-align: text-top !important; }
.bg-primary, .card-feeding .card-header { .bg-primary, .card-feeding .card-header {
background-color: #226f97 !important; } background-color: #37abe9 !important; }
a.bg-primary:hover, .card-feeding a.card-header:hover, a.bg-primary:focus, .card-feeding a.card-header:focus, a.bg-primary:hover, .card-feeding a.card-header:hover, a.bg-primary:focus, .card-feeding a.card-header:focus,
button.bg-primary:hover, button.bg-primary:hover,
.card-feeding button.card-header:hover, .card-feeding button.card-header:hover,
button.bg-primary:focus, button.bg-primary:focus,
.card-feeding button.card-header:focus { .card-feeding button.card-header:focus {
background-color: #19506d !important; } background-color: #1793d6 !important; }
.bg-secondary, .card-sleep .card-header { .bg-secondary, .card-sleep .card-header {
background-color: #ff8f00 !important; } background-color: #ff8f00 !important; }
@ -4931,12 +4931,12 @@ button.bg-success:focus,
background-color: #196c3e !important; } background-color: #196c3e !important; }
.bg-info { .bg-info {
background-color: #15b2d3 !important; } background-color: #44c4dd !important; }
a.bg-info:hover, a.bg-info:focus, a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover, button.bg-info:hover,
button.bg-info:focus { button.bg-info:focus {
background-color: #108ba5 !important; } background-color: #25aec9 !important; }
.bg-warning { .bg-warning {
background-color: #ffbe42 !important; } background-color: #ffbe42 !important; }
@ -4977,12 +4977,12 @@ button.bg-dark:focus {
background-color: #1d2124 !important; } background-color: #1d2124 !important; }
.bg-debug { .bg-debug {
background-color: #15b2d3 !important; } background-color: #44c4dd !important; }
a.bg-debug:hover, a.bg-debug:focus, a.bg-debug:hover, a.bg-debug:focus,
button.bg-debug:hover, button.bg-debug:hover,
button.bg-debug:focus { button.bg-debug:focus {
background-color: #108ba5 !important; } background-color: #25aec9 !important; }
.bg-error { .bg-error {
background-color: #a72431 !important; } background-color: #a72431 !important; }
@ -5029,7 +5029,7 @@ button.bg-error:focus {
border-left: 0 !important; } border-left: 0 !important; }
.border-primary, .card-feeding { .border-primary, .card-feeding {
border-color: #226f97 !important; } border-color: #37abe9 !important; }
.border-secondary, .card-sleep { .border-secondary, .card-sleep {
border-color: #ff8f00 !important; } border-color: #ff8f00 !important; }
@ -5038,7 +5038,7 @@ button.bg-error:focus {
border-color: #239556 !important; } border-color: #239556 !important; }
.border-info { .border-info {
border-color: #15b2d3 !important; } border-color: #44c4dd !important; }
.border-warning { .border-warning {
border-color: #ffbe42 !important; } border-color: #ffbe42 !important; }
@ -5053,7 +5053,7 @@ button.bg-error:focus {
border-color: #343a40 !important; } border-color: #343a40 !important; }
.border-debug { .border-debug {
border-color: #15b2d3 !important; } border-color: #44c4dd !important; }
.border-error { .border-error {
border-color: #a72431 !important; } border-color: #a72431 !important; }
@ -7283,10 +7283,10 @@ button.bg-error:focus {
color: #fff !important; } color: #fff !important; }
.text-primary, .card-feeding .card-body { .text-primary, .card-feeding .card-body {
color: #226f97 !important; } color: #37abe9 !important; }
a.text-primary:hover, .card-feeding a.card-body:hover, a.text-primary:focus, .card-feeding a.card-body:focus { a.text-primary:hover, .card-feeding a.card-body:hover, a.text-primary:focus, .card-feeding a.card-body:focus {
color: #144159 !important; } color: #1583bf !important; }
.text-secondary { .text-secondary {
color: #ff8f00 !important; } color: #ff8f00 !important; }
@ -7301,10 +7301,10 @@ a.text-success:hover, .card-tummytime a.card-body:hover, a.text-success:focus, .
color: #145732 !important; } color: #145732 !important; }
.text-info { .text-info {
color: #15b2d3 !important; } color: #44c4dd !important; }
a.text-info:hover, a.text-info:focus { a.text-info:hover, a.text-info:focus {
color: #0e778d !important; } color: #219cb4 !important; }
.text-warning { .text-warning {
color: #ffbe42 !important; } color: #ffbe42 !important; }
@ -7331,10 +7331,10 @@ a.text-dark:hover, .card-statistics a.card-header:hover, .card-timer a.card-head
color: #121416 !important; } color: #121416 !important; }
.text-debug { .text-debug {
color: #15b2d3 !important; } color: #44c4dd !important; }
a.text-debug:hover, a.text-debug:focus { a.text-debug:hover, a.text-debug:focus {
color: #0e778d !important; } color: #219cb4 !important; }
.text-error { .text-error {
color: #a72431 !important; } color: #a72431 !important; }
@ -7618,13 +7618,13 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
display: inline-block; display: inline-block;
border: solid transparent; border: solid transparent;
border-width: 0 0 7px 7px; border-width: 0 0 7px 7px;
border-bottom-color: #226f97; border-bottom-color: #37abe9;
border-top-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.2);
position: absolute; position: absolute;
bottom: 4px; bottom: 4px;
right: 4px; } right: 4px; }
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
background-color: #226f97; background-color: #37abe9;
color: #fff; color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap-datetimepicker-widget table td.active.today:before { .bootstrap-datetimepicker-widget table td.active.today:before {
@ -7645,7 +7645,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
.bootstrap-datetimepicker-widget table td span:hover { .bootstrap-datetimepicker-widget table td span:hover {
background: #343a40; } background: #343a40; }
.bootstrap-datetimepicker-widget table td span.active { .bootstrap-datetimepicker-widget table td span.active {
background-color: #226f97; background-color: #37abe9;
color: #fff; color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap-datetimepicker-widget table td span.old { .bootstrap-datetimepicker-widget table td span.old {
@ -7709,7 +7709,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
.input-group.datetimepicker .input-group-text { .input-group.datetimepicker .input-group-text {
background: none; background: none;
border: 0; border: 0;
color: #226f97; color: #37abe9;
padding-left: 0; padding-left: 0;
padding-right: 0; } padding-right: 0; }
@ -7729,7 +7729,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
vertical-align: middle; } vertical-align: middle; }
.table-instances tr.odd { .table-instances tr.odd {
background: rgba(34, 111, 151, 0.1); } background: rgba(55, 171, 233, 0.1); }
.table-instances tr.even { .table-instances tr.even {
background: none; } background: none; }
@ -10099,7 +10099,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
position: absolute; position: absolute;
content: ' '; content: ' ';
width: 3px; width: 3px;
background-color: #226f97; background-color: #37abe9;
left: 50%; left: 50%;
margin-left: -1.5px; } margin-left: -1.5px; }
.timeline li { .timeline li {

Binary file not shown.

View File

@ -19,15 +19,15 @@
--white: #fff; --white: #fff;
--gray: #6c757d; --gray: #6c757d;
--gray-dark: #343a40; --gray-dark: #343a40;
--primary: #226f97; --primary: #37abe9;
--secondary: #ff8f00; --secondary: #ff8f00;
--success: #239556; --success: #239556;
--info: #15b2d3; --info: #44c4dd;
--warning: #ffbe42; --warning: #ffbe42;
--danger: #a72431; --danger: #a72431;
--light: #f8f9fa; --light: #f8f9fa;
--dark: #343a40; --dark: #343a40;
--debug: #15b2d3; --debug: #44c4dd;
--error: #a72431; --error: #a72431;
--breakpoint-xs: 0; --breakpoint-xs: 0;
--breakpoint-sm: 576px; --breakpoint-sm: 576px;
@ -133,11 +133,11 @@ sup {
top: -.5em; } top: -.5em; }
a { a {
color: #15b2d3; color: #44c4dd;
text-decoration: none; text-decoration: none;
background-color: transparent; } background-color: transparent; }
a:hover { a:hover {
color: #0e778d; color: #219cb4;
text-decoration: underline; } text-decoration: underline; }
a:not([href]):not([class]) { a:not([href]):not([class]) {
@ -1161,7 +1161,7 @@ pre {
border: 0; } border: 0; }
.table-striped tbody tr:nth-of-type(odd) { .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(34, 111, 151, 0.1); } background-color: rgba(55, 171, 233, 0.1); }
.table-hover tbody tr:hover { .table-hover tbody tr:hover {
color: #ced4da; color: #ced4da;
@ -1170,19 +1170,19 @@ pre {
.table-primary, .table-primary,
.table-primary > th, .table-primary > th,
.table-primary > td { .table-primary > td {
background-color: #c1d7e2; } background-color: #c7e7f9; }
.table-primary th, .table-primary th,
.table-primary td, .table-primary td,
.table-primary thead th, .table-primary thead th,
.table-primary tbody + tbody { .table-primary tbody + tbody {
border-color: #8cb4c9; } border-color: #97d3f4; }
.table-hover .table-primary:hover { .table-hover .table-primary:hover {
background-color: #b0ccda; } background-color: #b0ddf7; }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th { .table-hover .table-primary:hover > th {
background-color: #b0ccda; } background-color: #b0ddf7; }
.table-secondary, .table-secondary,
.table-secondary > th, .table-secondary > th,
@ -1221,19 +1221,19 @@ pre {
.table-info, .table-info,
.table-info > th, .table-info > th,
.table-info > td { .table-info > td {
background-color: #bde9f3; } background-color: #cbeef5; }
.table-info th, .table-info th,
.table-info td, .table-info td,
.table-info thead th, .table-info thead th,
.table-info tbody + tbody { .table-info tbody + tbody {
border-color: #85d7e8; } border-color: #9ee0ed; }
.table-hover .table-info:hover { .table-hover .table-info:hover {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-hover .table-info:hover > td, .table-hover .table-info:hover > td,
.table-hover .table-info:hover > th { .table-hover .table-info:hover > th {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-warning, .table-warning,
.table-warning > th, .table-warning > th,
@ -1306,19 +1306,19 @@ pre {
.table-debug, .table-debug,
.table-debug > th, .table-debug > th,
.table-debug > td { .table-debug > td {
background-color: #bde9f3; } background-color: #cbeef5; }
.table-debug th, .table-debug th,
.table-debug td, .table-debug td,
.table-debug thead th, .table-debug thead th,
.table-debug tbody + tbody { .table-debug tbody + tbody {
border-color: #85d7e8; } border-color: #9ee0ed; }
.table-hover .table-debug:hover { .table-hover .table-debug:hover {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-hover .table-debug:hover > td, .table-hover .table-debug:hover > td,
.table-hover .table-debug:hover > th { .table-hover .table-debug:hover > th {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-error, .table-error,
.table-error > th, .table-error > th,
@ -1355,7 +1355,7 @@ pre {
.table .thead-light th { .table .thead-light th {
color: #495057; color: #495057;
background-color: #226f97; background-color: #37abe9;
border-color: #343a40; } border-color: #343a40; }
.table-dark { .table-dark {
@ -1813,29 +1813,29 @@ fieldset:disabled a.btn {
.btn-primary { .btn-primary {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-primary:hover { .btn-primary:hover {
color: #fff; color: #fff;
background-color: #1b5878; background-color: #199be1;
border-color: #19506d; } border-color: #1793d6; }
.btn-primary:focus, .btn-primary.focus { .btn-primary:focus, .btn-primary.focus {
color: #fff; color: #fff;
background-color: #1b5878; background-color: #199be1;
border-color: #19506d; border-color: #1793d6;
box-shadow: 0 0 0 0.2rem rgba(67, 133, 167, 0.5); } box-shadow: 0 0 0 0.2rem rgba(85, 184, 236, 0.5); }
.btn-primary.disabled, .btn-primary:disabled { .btn-primary.disabled, .btn-primary:disabled {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle { .show > .btn-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #19506d; background-color: #1793d6;
border-color: #164963; } border-color: #168bca; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus { .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(67, 133, 167, 0.5); } box-shadow: 0 0 0 0.2rem rgba(85, 184, 236, 0.5); }
.btn-secondary { .btn-secondary {
color: #212529; color: #212529;
@ -1890,30 +1890,30 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(68, 165, 111, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 165, 111, 0.5); }
.btn-info { .btn-info {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-info:hover { .btn-info:hover {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; } border-color: #25aec9; }
.btn-info:focus, .btn-info.focus { .btn-info:focus, .btn-info.focus {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; border-color: #25aec9;
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-info.disabled, .btn-info:disabled { .btn-info.disabled, .btn-info:disabled {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle { .show > .btn-info.dropdown-toggle {
color: #fff; color: #fff;
background-color: #108ba5; background-color: #25aec9;
border-color: #0f8199; } border-color: #23a5bf; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus { .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-warning { .btn-warning {
color: #212529; color: #212529;
@ -2020,30 +2020,30 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-debug { .btn-debug {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-debug:hover { .btn-debug:hover {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; } border-color: #25aec9; }
.btn-debug:focus, .btn-debug.focus { .btn-debug:focus, .btn-debug.focus {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; border-color: #25aec9;
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-debug.disabled, .btn-debug:disabled { .btn-debug.disabled, .btn-debug:disabled {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-debug:not(:disabled):not(.disabled):active, .btn-debug:not(:disabled):not(.disabled).active, .btn-debug:not(:disabled):not(.disabled):active, .btn-debug:not(:disabled):not(.disabled).active,
.show > .btn-debug.dropdown-toggle { .show > .btn-debug.dropdown-toggle {
color: #fff; color: #fff;
background-color: #108ba5; background-color: #25aec9;
border-color: #0f8199; } border-color: #23a5bf; }
.btn-debug:not(:disabled):not(.disabled):active:focus, .btn-debug:not(:disabled):not(.disabled).active:focus, .btn-debug:not(:disabled):not(.disabled):active:focus, .btn-debug:not(:disabled):not(.disabled).active:focus,
.show > .btn-debug.dropdown-toggle:focus { .show > .btn-debug.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-error { .btn-error {
color: #fff; color: #fff;
@ -2072,25 +2072,25 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(180, 69, 80, 0.5); } box-shadow: 0 0 0 0.2rem rgba(180, 69, 80, 0.5); }
.btn-outline-primary { .btn-outline-primary {
color: #226f97; color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-outline-primary:hover { .btn-outline-primary:hover {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-outline-primary:focus, .btn-outline-primary.focus { .btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(34, 111, 151, 0.5); } box-shadow: 0 0 0 0.2rem rgba(55, 171, 233, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { .btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #226f97; color: #37abe9;
background-color: transparent; } background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle { .show > .btn-outline-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus { .show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(34, 111, 151, 0.5); } box-shadow: 0 0 0 0.2rem rgba(55, 171, 233, 0.5); }
.btn-outline-secondary { .btn-outline-secondary {
color: #ff8f00; color: #ff8f00;
@ -2135,25 +2135,25 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); } box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); }
.btn-outline-info { .btn-outline-info {
color: #15b2d3; color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-info:hover { .btn-outline-info:hover {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-info:focus, .btn-outline-info.focus { .btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled { .btn-outline-info.disabled, .btn-outline-info:disabled {
color: #15b2d3; color: #44c4dd;
background-color: transparent; } background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle { .show > .btn-outline-info.dropdown-toggle {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus { .show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-warning { .btn-outline-warning {
color: #ffbe42; color: #ffbe42;
@ -2240,25 +2240,25 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-debug { .btn-outline-debug {
color: #15b2d3; color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-debug:hover { .btn-outline-debug:hover {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-debug:focus, .btn-outline-debug.focus { .btn-outline-debug:focus, .btn-outline-debug.focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-debug.disabled, .btn-outline-debug:disabled { .btn-outline-debug.disabled, .btn-outline-debug:disabled {
color: #15b2d3; color: #44c4dd;
background-color: transparent; } background-color: transparent; }
.btn-outline-debug:not(:disabled):not(.disabled):active, .btn-outline-debug:not(:disabled):not(.disabled).active, .btn-outline-debug:not(:disabled):not(.disabled):active, .btn-outline-debug:not(:disabled):not(.disabled).active,
.show > .btn-outline-debug.dropdown-toggle { .show > .btn-outline-debug.dropdown-toggle {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-debug:not(:disabled):not(.disabled):active:focus, .btn-outline-debug:not(:disabled):not(.disabled).active:focus, .btn-outline-debug:not(:disabled):not(.disabled):active:focus, .btn-outline-debug:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-debug.dropdown-toggle:focus { .show > .btn-outline-debug.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-error { .btn-outline-error {
color: #a72431; color: #a72431;
@ -2283,10 +2283,10 @@ fieldset:disabled a.btn {
.btn-link { .btn-link {
font-weight: 400; font-weight: 400;
color: #15b2d3; color: #44c4dd;
text-decoration: none; } text-decoration: none; }
.btn-link:hover { .btn-link:hover {
color: #0e778d; color: #219cb4;
text-decoration: underline; } text-decoration: underline; }
.btn-link:focus, .btn-link.focus { .btn-link:focus, .btn-link.focus {
text-decoration: underline; } text-decoration: underline; }
@ -2513,11 +2513,11 @@ input[type="button"].btn-block {
.dropdown-item:hover, .dropdown-item:focus { .dropdown-item:hover, .dropdown-item:focus {
color: #bfc7cf; color: #bfc7cf;
text-decoration: none; text-decoration: none;
background-color: #226f97; } background-color: #37abe9; }
.dropdown-item.active, .dropdown-item:active { .dropdown-item.active, .dropdown-item:active {
color: #ced4da; color: #ced4da;
text-decoration: none; text-decoration: none;
background-color: #226f97; } background-color: #37abe9; }
.dropdown-item.disabled, .dropdown-item:disabled { .dropdown-item.disabled, .dropdown-item:disabled {
color: #adb5bd; color: #adb5bd;
pointer-events: none; pointer-events: none;
@ -3657,12 +3657,12 @@ input[type="button"].btn-block {
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
margin-left: -1px; margin-left: -1px;
line-height: 1.25; line-height: 1.25;
color: #15b2d3; color: #44c4dd;
background-color: #343a40; background-color: #343a40;
border: 1px solid #3f474e; } border: 1px solid #3f474e; }
.page-link:hover { .page-link:hover {
z-index: 2; z-index: 2;
color: #0e778d; color: #219cb4;
text-decoration: none; text-decoration: none;
background-color: #212529; background-color: #212529;
border-color: #343a40; } border-color: #343a40; }
@ -3683,8 +3683,8 @@ input[type="button"].btn-block {
.page-item.active .page-link { .page-item.active .page-link {
z-index: 3; z-index: 3;
color: #ced4da; color: #ced4da;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.page-item.disabled .page-link { .page-item.disabled .page-link {
color: #6c757d; color: #6c757d;
@ -3749,13 +3749,13 @@ input[type="button"].btn-block {
.badge-primary { .badge-primary {
color: #fff; color: #fff;
background-color: #226f97; } background-color: #37abe9; }
a.badge-primary:hover, a.badge-primary:focus { a.badge-primary:hover, a.badge-primary:focus {
color: #fff; color: #fff;
background-color: #19506d; } background-color: #1793d6; }
a.badge-primary:focus, a.badge-primary.focus { a.badge-primary:focus, a.badge-primary.focus {
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(34, 111, 151, 0.5); } box-shadow: 0 0 0 0.2rem rgba(55, 171, 233, 0.5); }
.badge-secondary { .badge-secondary {
color: #212529; color: #212529;
@ -3778,14 +3778,14 @@ input[type="button"].btn-block {
box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); } box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); }
.badge-info { .badge-info {
color: #fff; color: #212529;
background-color: #15b2d3; } background-color: #44c4dd; }
a.badge-info:hover, a.badge-info:focus { a.badge-info:hover, a.badge-info:focus {
color: #fff; color: #212529;
background-color: #108ba5; } background-color: #25aec9; }
a.badge-info:focus, a.badge-info.focus { a.badge-info:focus, a.badge-info.focus {
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.badge-warning { .badge-warning {
color: #212529; color: #212529;
@ -3828,14 +3828,14 @@ input[type="button"].btn-block {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.badge-debug { .badge-debug {
color: #fff; color: #212529;
background-color: #15b2d3; } background-color: #44c4dd; }
a.badge-debug:hover, a.badge-debug:focus { a.badge-debug:hover, a.badge-debug:focus {
color: #fff; color: #212529;
background-color: #108ba5; } background-color: #25aec9; }
a.badge-debug:focus, a.badge-debug.focus { a.badge-debug:focus, a.badge-debug.focus {
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.badge-error { .badge-error {
color: #fff; color: #fff;
@ -3885,13 +3885,13 @@ input[type="button"].btn-block {
color: inherit; } color: inherit; }
.alert-primary { .alert-primary {
color: #123a4f; color: #1d5979;
background-color: #d3e2ea; background-color: #d7eefb;
border-color: #c1d7e2; } border-color: #c7e7f9; }
.alert-primary hr { .alert-primary hr {
border-top-color: #b0ccda; } border-top-color: #b0ddf7; }
.alert-primary .alert-link { .alert-primary .alert-link {
color: #091c25; } color: #133b50; }
.alert-secondary { .alert-secondary {
color: #854a00; color: #854a00;
@ -3912,13 +3912,13 @@ input[type="button"].btn-block {
color: #082415; } color: #082415; }
.alert-info { .alert-info {
color: #0b5d6e; color: #236673;
background-color: #d0f0f6; background-color: #daf3f8;
border-color: #bde9f3; } border-color: #cbeef5; }
.alert-info hr { .alert-info hr {
border-top-color: #a7e2ef; } border-top-color: #b6e7f1; }
.alert-info .alert-link { .alert-info .alert-link {
color: #063640; } color: #17434c; }
.alert-warning { .alert-warning {
color: #856322; color: #856322;
@ -3957,13 +3957,13 @@ input[type="button"].btn-block {
color: #040505; } color: #040505; }
.alert-debug { .alert-debug {
color: #0b5d6e; color: #236673;
background-color: #d0f0f6; background-color: #daf3f8;
border-color: #bde9f3; } border-color: #cbeef5; }
.alert-debug hr { .alert-debug hr {
border-top-color: #a7e2ef; } border-top-color: #b6e7f1; }
.alert-debug .alert-link { .alert-debug .alert-link {
color: #063640; } color: #17434c; }
.alert-error { .alert-error {
color: #571319; color: #571319;
@ -4164,15 +4164,15 @@ input[type="button"].btn-block {
border-bottom-width: 0; } border-bottom-width: 0; }
.list-group-item-primary { .list-group-item-primary {
color: #123a4f; color: #1d5979;
background-color: #c1d7e2; } background-color: #c7e7f9; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #123a4f; color: #1d5979;
background-color: #b0ccda; } background-color: #b0ddf7; }
.list-group-item-primary.list-group-item-action.active { .list-group-item-primary.list-group-item-action.active {
color: #fff; color: #fff;
background-color: #123a4f; background-color: #1d5979;
border-color: #123a4f; } border-color: #1d5979; }
.list-group-item-secondary { .list-group-item-secondary {
color: #854a00; color: #854a00;
@ -4197,15 +4197,15 @@ input[type="button"].btn-block {
border-color: #124d2d; } border-color: #124d2d; }
.list-group-item-info { .list-group-item-info {
color: #0b5d6e; color: #236673;
background-color: #bde9f3; } background-color: #cbeef5; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0b5d6e; color: #236673;
background-color: #a7e2ef; } background-color: #b6e7f1; }
.list-group-item-info.list-group-item-action.active { .list-group-item-info.list-group-item-action.active {
color: #fff; color: #fff;
background-color: #0b5d6e; background-color: #236673;
border-color: #0b5d6e; } border-color: #236673; }
.list-group-item-warning { .list-group-item-warning {
color: #856322; color: #856322;
@ -4252,15 +4252,15 @@ input[type="button"].btn-block {
border-color: #1b1e21; } border-color: #1b1e21; }
.list-group-item-debug { .list-group-item-debug {
color: #0b5d6e; color: #236673;
background-color: #bde9f3; } background-color: #cbeef5; }
.list-group-item-debug.list-group-item-action:hover, .list-group-item-debug.list-group-item-action:focus { .list-group-item-debug.list-group-item-action:hover, .list-group-item-debug.list-group-item-action:focus {
color: #0b5d6e; color: #236673;
background-color: #a7e2ef; } background-color: #b6e7f1; }
.list-group-item-debug.list-group-item-action.active { .list-group-item-debug.list-group-item-action.active {
color: #fff; color: #fff;
background-color: #0b5d6e; background-color: #236673;
border-color: #0b5d6e; } border-color: #236673; }
.list-group-item-error { .list-group-item-error {
color: #571319; color: #571319;
@ -4901,14 +4901,14 @@ a.close.disabled {
vertical-align: text-top !important; } vertical-align: text-top !important; }
.bg-primary, .card-feeding .card-header { .bg-primary, .card-feeding .card-header {
background-color: #226f97 !important; } background-color: #37abe9 !important; }
a.bg-primary:hover, .card-feeding a.card-header:hover, a.bg-primary:focus, .card-feeding a.card-header:focus, a.bg-primary:hover, .card-feeding a.card-header:hover, a.bg-primary:focus, .card-feeding a.card-header:focus,
button.bg-primary:hover, button.bg-primary:hover,
.card-feeding button.card-header:hover, .card-feeding button.card-header:hover,
button.bg-primary:focus, button.bg-primary:focus,
.card-feeding button.card-header:focus { .card-feeding button.card-header:focus {
background-color: #19506d !important; } background-color: #1793d6 !important; }
.bg-secondary, .card-sleep .card-header { .bg-secondary, .card-sleep .card-header {
background-color: #ff8f00 !important; } background-color: #ff8f00 !important; }
@ -4931,12 +4931,12 @@ button.bg-success:focus,
background-color: #196c3e !important; } background-color: #196c3e !important; }
.bg-info { .bg-info {
background-color: #15b2d3 !important; } background-color: #44c4dd !important; }
a.bg-info:hover, a.bg-info:focus, a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover, button.bg-info:hover,
button.bg-info:focus { button.bg-info:focus {
background-color: #108ba5 !important; } background-color: #25aec9 !important; }
.bg-warning { .bg-warning {
background-color: #ffbe42 !important; } background-color: #ffbe42 !important; }
@ -4977,12 +4977,12 @@ button.bg-dark:focus {
background-color: #1d2124 !important; } background-color: #1d2124 !important; }
.bg-debug { .bg-debug {
background-color: #15b2d3 !important; } background-color: #44c4dd !important; }
a.bg-debug:hover, a.bg-debug:focus, a.bg-debug:hover, a.bg-debug:focus,
button.bg-debug:hover, button.bg-debug:hover,
button.bg-debug:focus { button.bg-debug:focus {
background-color: #108ba5 !important; } background-color: #25aec9 !important; }
.bg-error { .bg-error {
background-color: #a72431 !important; } background-color: #a72431 !important; }
@ -5029,7 +5029,7 @@ button.bg-error:focus {
border-left: 0 !important; } border-left: 0 !important; }
.border-primary, .card-feeding { .border-primary, .card-feeding {
border-color: #226f97 !important; } border-color: #37abe9 !important; }
.border-secondary, .card-sleep { .border-secondary, .card-sleep {
border-color: #ff8f00 !important; } border-color: #ff8f00 !important; }
@ -5038,7 +5038,7 @@ button.bg-error:focus {
border-color: #239556 !important; } border-color: #239556 !important; }
.border-info { .border-info {
border-color: #15b2d3 !important; } border-color: #44c4dd !important; }
.border-warning { .border-warning {
border-color: #ffbe42 !important; } border-color: #ffbe42 !important; }
@ -5053,7 +5053,7 @@ button.bg-error:focus {
border-color: #343a40 !important; } border-color: #343a40 !important; }
.border-debug { .border-debug {
border-color: #15b2d3 !important; } border-color: #44c4dd !important; }
.border-error { .border-error {
border-color: #a72431 !important; } border-color: #a72431 !important; }
@ -7283,10 +7283,10 @@ button.bg-error:focus {
color: #fff !important; } color: #fff !important; }
.text-primary, .card-feeding .card-body { .text-primary, .card-feeding .card-body {
color: #226f97 !important; } color: #37abe9 !important; }
a.text-primary:hover, .card-feeding a.card-body:hover, a.text-primary:focus, .card-feeding a.card-body:focus { a.text-primary:hover, .card-feeding a.card-body:hover, a.text-primary:focus, .card-feeding a.card-body:focus {
color: #144159 !important; } color: #1583bf !important; }
.text-secondary { .text-secondary {
color: #ff8f00 !important; } color: #ff8f00 !important; }
@ -7301,10 +7301,10 @@ a.text-success:hover, .card-tummytime a.card-body:hover, a.text-success:focus, .
color: #145732 !important; } color: #145732 !important; }
.text-info { .text-info {
color: #15b2d3 !important; } color: #44c4dd !important; }
a.text-info:hover, a.text-info:focus { a.text-info:hover, a.text-info:focus {
color: #0e778d !important; } color: #219cb4 !important; }
.text-warning { .text-warning {
color: #ffbe42 !important; } color: #ffbe42 !important; }
@ -7331,10 +7331,10 @@ a.text-dark:hover, .card-statistics a.card-header:hover, .card-timer a.card-head
color: #121416 !important; } color: #121416 !important; }
.text-debug { .text-debug {
color: #15b2d3 !important; } color: #44c4dd !important; }
a.text-debug:hover, a.text-debug:focus { a.text-debug:hover, a.text-debug:focus {
color: #0e778d !important; } color: #219cb4 !important; }
.text-error { .text-error {
color: #a72431 !important; } color: #a72431 !important; }
@ -7618,13 +7618,13 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
display: inline-block; display: inline-block;
border: solid transparent; border: solid transparent;
border-width: 0 0 7px 7px; border-width: 0 0 7px 7px;
border-bottom-color: #226f97; border-bottom-color: #37abe9;
border-top-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.2);
position: absolute; position: absolute;
bottom: 4px; bottom: 4px;
right: 4px; } right: 4px; }
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
background-color: #226f97; background-color: #37abe9;
color: #fff; color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap-datetimepicker-widget table td.active.today:before { .bootstrap-datetimepicker-widget table td.active.today:before {
@ -7645,7 +7645,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
.bootstrap-datetimepicker-widget table td span:hover { .bootstrap-datetimepicker-widget table td span:hover {
background: #343a40; } background: #343a40; }
.bootstrap-datetimepicker-widget table td span.active { .bootstrap-datetimepicker-widget table td span.active {
background-color: #226f97; background-color: #37abe9;
color: #fff; color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap-datetimepicker-widget table td span.old { .bootstrap-datetimepicker-widget table td span.old {
@ -7709,7 +7709,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
.input-group.datetimepicker .input-group-text { .input-group.datetimepicker .input-group-text {
background: none; background: none;
border: 0; border: 0;
color: #226f97; color: #37abe9;
padding-left: 0; padding-left: 0;
padding-right: 0; } padding-right: 0; }
@ -7729,7 +7729,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
vertical-align: middle; } vertical-align: middle; }
.table-instances tr.odd { .table-instances tr.odd {
background: rgba(34, 111, 151, 0.1); } background: rgba(55, 171, 233, 0.1); }
.table-instances tr.even { .table-instances tr.even {
background: none; } background: none; }
@ -10099,7 +10099,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
position: absolute; position: absolute;
content: ' '; content: ' ';
width: 3px; width: 3px;
background-color: #226f97; background-color: #37abe9;
left: 50%; left: 50%;
margin-left: -1.5px; } margin-left: -1.5px; }
.timeline li { .timeline li {

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long