Commit be4c4376 authored by Girija Saint-Ange's avatar Girija Saint-Ange
Browse files

Merge branch 'feat/remove-orange' into 'master'

feat: remove orange colors and use blue

See merge request to-be-continuous/doc!96
parents aefc21b6 1c640bc5
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ body, input {

/* Orange colors */
:root, [data-md-color-accent=deep-orange] {
  --md-accent-fg-color: #ff7900 !important;
  --md-accent-fg-color: #4170d8 !important;
  --md-typeset-a-color: black !important;
}

@@ -66,11 +66,11 @@ body, input {
}

.md-tabs__item--active .md-tabs__link, .md-tabs__link:hover {
  color: #ff7900;
  color: #4170d8;
}

.md-tabs__item--active {
  border-bottom: .2rem solid #ff7900;
  border-bottom: .2rem solid #4170d8;
}

/* permanent link style */
@@ -93,7 +93,7 @@ a.headerlink {
}

.md-nav__item .md-nav__link:hover {
  color: #ff7900;
  color: #4170d8;
}

/* active menu item (link) */
@@ -120,7 +120,7 @@ a.headerlink {

/* active sub menu title */
.md-nav__item--active > label.md-nav__link {
  color: #ff7900;
  color: #4170d8;
}

/* ====================== */
+8 −4
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ body {
  font-size: 1.125rem;
}
#banner a:hover {
  color: #f16e00;
  color: #4170d8;
}
.cta-1,
.cta2 {
@@ -63,7 +63,7 @@ p.cta-sub-title {
.separator {
  width: 100px;
  height: 3px;
  background-color: #f16e00;
  background-color: #4170d8;
}
.service-box {
  margin: 0 0 30px;
@@ -77,7 +77,7 @@ p.cta-sub-title {
  border: 1px solid #eee;
  line-height: 75px;
  text-align: center;
  color: #f16e00;
  color: #4170d8;
  font-size: 2.1875rem;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
@@ -135,5 +135,9 @@ footer .mention a {
  font-weight: 700;
}
footer .mention a:hover {
  color: #f16e00;
  color: #4170d8;
}

.nav-link:hover {
  color: #4170d8 !important; /* Change to your desired hover color */
}
 No newline at end of file
+83 KiB (86.1 KiB)
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
          <h1 class="text-white display-1 font-weight-normal">GitLab CI, made <span class="font-weight-bold">easy</span>...</h1>
          <p class="text-white py-2 h3">Build professional pipelines in minutes.</p>
          <p class="text-white pt-5">
            <a href="/kicker" class="btn btn-lg btn-banner btn-primary">Try our generator <span class="fa fa-angle-double-right" aria-hidden="true"></span></a>
            <a href="/kicker" class="btn btn-lg btn-banner btn-info">Try our generator <span class="fa fa-angle-double-right" aria-hidden="true"></span></a>
          </p>
          <p class="text-white pt-2">
            <a href="/doc/ref/">Check out the available templates <span class="fa fa-angle-double-right" aria-hidden="true"></span></a>