Commit a2b99b69 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'feat/color-coral' into 'master'

change primary color to coral

See merge request to-be-continuous/kicker!418
parents 0c1dedc0 a18150f7
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,5 +41,6 @@

<footer class="footer navbar-dark bg-dark mt-4 py-2">
  <div class="container">
    <!-- <span class="text-muted">© copyright here</span> -->
  </div>
</footer>
+7 −1
Original line number Diff line number Diff line
@@ -82,7 +82,13 @@
.stepped-process-item:nth-child(8) {
  z-index: 1;
}

.stepped-process-item.active {
  background-color: #f88378 !important;
}
.stepped-process-item.active a {
  color: #ffffff !important;
  background-color: #4170d8 !important;
}
.stepped-process-item a {
  text-decoration: none;
}
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
}
.readme:hover {
  text-decoration: underline;
  color: #4170d8;
}
/* extension badge */
.extension-badge {
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ input:invalid {
}
.form-group.advanced>.col-form-label::after {
  content: "ADV.";
  color: #4170d8;
  color: #f88378;
  font-weight: normal;
  position: relative;
  top: -0.5em;
−79.6 KiB (6.55 KiB)
Loading image diff...
Loading