Skip to content
Snippets Groups Projects
Commit cc511de5 authored by girija.saintange's avatar girija.saintange
Browse files

feat: remove orange colors and use blue

parent 5e297a91
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,5 @@ ...@@ -41,6 +41,5 @@
<footer class="footer navbar-dark bg-dark mt-4 py-2"> <footer class="footer navbar-dark bg-dark mt-4 py-2">
<div class="container"> <div class="container">
<span class="text-muted">© Orange 2019</span>
</div> </div>
</footer> </footer>
...@@ -82,4 +82,7 @@ ...@@ -82,4 +82,7 @@
.stepped-process-item:nth-child(8) { .stepped-process-item:nth-child(8) {
z-index: 1; z-index: 1;
} }
.stepped-process-item.active {
color: #ffffff !important;
background-color: #4170d8 !important;
}
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
} }
.readme:hover { .readme:hover {
text-decoration: underline; text-decoration: underline;
color: #4170d8;
} }
/* extension badge */ /* extension badge */
.extension-badge { .extension-badge {
......
...@@ -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: #f16e00; color: #4170d8;
font-weight: normal; font-weight: normal;
position: relative; position: relative;
top: -0.5em; top: -0.5em;
......
src/assets/img/tbc-50.png

3.11 KiB | W: | H:

src/assets/img/tbc-50.png

86.1 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,6 +9,9 @@ html, body { ...@@ -9,6 +9,9 @@ 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: #4170d8;
--text-color: #4170d8;
--background-color: #4170d8;
} }
/* use all available width up to 1320px */ /* use all available width up to 1320px */
...@@ -44,7 +47,7 @@ markdown p { ...@@ -44,7 +47,7 @@ markdown p {
border-color: #000 !important; border-color: #000 !important;
} }
.btn-group-toggle>.btn-secondary:hover { .btn-group-toggle>.btn-secondary:hover {
color: #f16e00; color: #4170d8;
background-color: #fff; background-color: #fff;
border-color: #ccc; border-color: #ccc;
} }
...@@ -175,3 +178,39 @@ markdown p { ...@@ -175,3 +178,39 @@ markdown p {
.hide { .hide {
display: none !important; display: none !important;
} }
.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