Skip to content
Snippets Groups Projects
Commit 3adfb831 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

style: darker primary coral

parent 7b29976f
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
} }
.stepped-process-item.active { .stepped-process-item.active {
background-color: #f88378 !important; background-color: #ea7070 !important;
} }
.stepped-process-item.active a { .stepped-process-item.active a {
color: #ffffff !important; color: #ffffff !important;
......
...@@ -25,7 +25,7 @@ input:invalid { ...@@ -25,7 +25,7 @@ input:invalid {
} }
.form-group.advanced>.col-form-label::after { .form-group.advanced>.col-form-label::after {
content: "ADV."; content: "ADV.";
color: #f88378; color: #ea7070;
font-weight: normal; font-weight: normal;
position: relative; position: relative;
top: -0.5em; top: -0.5em;
......
...@@ -9,8 +9,8 @@ html, body { ...@@ -9,8 +9,8 @@ html, body {
:root { :root {
/* force no copyrighted font */ /* force no copyrighted font */
--font-family-sans-serif: Helvetica,Arial,sans-serif; --font-family-sans-serif: Helvetica,Arial,sans-serif;
--primary-color: #f88378; --primary-color: #ea7070;
--text-color: #f88378; --text-color: #ea7070;
} }
/* use all available width up to 1320px */ /* use all available width up to 1320px */
...@@ -46,7 +46,7 @@ markdown p { ...@@ -46,7 +46,7 @@ markdown p {
border-color: #000 !important; border-color: #000 !important;
} }
.btn-group-toggle>.btn-secondary:hover { .btn-group-toggle>.btn-secondary:hover {
color: #f88378; color: #ea7070;
background-color: #fff; background-color: #fff;
border-color: #ccc; border-color: #ccc;
} }
...@@ -178,38 +178,38 @@ markdown p { ...@@ -178,38 +178,38 @@ markdown p {
display: none !important; display: none !important;
} }
.nav-link:hover { .nav-link:hover {
color: #f88378 !important; color: #ea7070 !important;
} }
.navbar-nav .nav-link.active { .navbar-nav .nav-link.active {
color: #f88378 !important; color: #ea7070 !important;
} }
.btn-toggle:hover { .btn-toggle:hover {
color: #f88378 !important; color: #ea7070 !important;
} }
.btn-toggle:active { .btn-toggle:active {
color: #fff !important; color: #fff !important;
background-color: #f88378 !important; background-color: #ea7070 !important;
border-color: #f88378 !important; border-color: #ea7070 !important;
} }
.form-check-input:checked { .form-check-input:checked {
background-color: #f88378 !important; background-color: #ea7070 !important;
border-color: #f88378 !important; border-color: #ea7070 !important;
} }
.form-check-input:active { .form-check-input:active {
background-color: #f88378 !important; background-color: #ea7070 !important;
border-color: #f88378 !important; border-color: #ea7070 !important;
} }
.title:hover { .title:hover {
color: #f88378 !important; color: #ea7070 !important;
} }
.title { .title {
color: #fff !important; color: #fff !important;
} }
a:hover { a:hover {
color: #f88378 !important; color: #ea7070 !important;
} }
.btn-secondary:active { .btn-secondary:active {
color: #fff !important; color: #fff !important;
background-color: #f88378 !important; background-color: #ea7070 !important;
border-color: #f88378 !important; border-color: #ea7070 !important;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment