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

Revert "feat: remove orange colors and use blue"

This reverts commit cc511de5.
parent 0c1dedc0
No related branches found
No related tags found
No related merge requests found
......@@ -41,5 +41,6 @@
<footer class="footer navbar-dark bg-dark mt-4 py-2">
<div class="container">
<span class="text-muted">© Orange 2019</span>
</div>
</footer>
......@@ -82,7 +82,4 @@
.stepped-process-item:nth-child(8) {
z-index: 1;
}
.stepped-process-item.active {
color: #ffffff !important;
background-color: #4170d8 !important;
}
......@@ -18,7 +18,6 @@
}
.readme:hover {
text-decoration: underline;
color: #4170d8;
}
/* extension badge */
.extension-badge {
......
......@@ -25,7 +25,7 @@ input:invalid {
}
.form-group.advanced>.col-form-label::after {
content: "ADV.";
color: #4170d8;
color: #f16e00;
font-weight: normal;
position: relative;
top: -0.5em;
......
src/assets/img/tbc-50.png

86.1 KiB | W: | H:

src/assets/img/tbc-50.png

3.11 KiB | W: | H:

src/assets/img/tbc-50.png
src/assets/img/tbc-50.png
src/assets/img/tbc-50.png
src/assets/img/tbc-50.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -9,9 +9,6 @@ html, body {
:root {
/* force no copyrighted font */
--font-family-sans-serif: Helvetica,Arial,sans-serif;
--primary-color: #4170d8;
--text-color: #4170d8;
--background-color: #4170d8;
}
/* use all available width up to 1320px */
......@@ -47,7 +44,7 @@ markdown p {
border-color: #000 !important;
}
.btn-group-toggle>.btn-secondary:hover {
color: #4170d8;
color: #f16e00;
background-color: #fff;
border-color: #ccc;
}
......@@ -178,39 +175,3 @@ markdown p {
.hide {
display: none !important;
}
\ No newline at end of file
.nav-link:hover {
color: #4170d8 !important;
}
.navbar-nav .nav-link.active {
color: #4170d8 !important;
}
.btn-toggle:hover {
color: #4170d8 !important;
}
.btn-toggle:active {
color: #fff !important;
background-color: #4170d8 !important;
border-color: #4170d8 !important;
}
.form-check-input:checked {
background-color: #4170d8 !important;
border-color: #4170d8 !important;
}
.form-check-input:active {
background-color: #4170d8 !important;
border-color: #4170d8 !important;
}
.title:hover {
color: #4170d8 !important;
}
.title {
color: #fff !important;
}
a:hover {
color: #4170d8 !important;
}
.btn-secondary:active {
color: #fff !important;
background-color: #4170d8 !important;
border-color: #4170d8 !important;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment