Commit 9c73ed5d authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

style: darker primary coral

parent f0e37410
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: #f88378 !important;
  --md-accent-fg-color: #ea7070 !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: #f88378;
  color: #ea7070;
}

.md-tabs__item--active {
  border-bottom: .2rem solid #f88378;
  border-bottom: .2rem solid #ea7070;
}

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

.md-nav__item .md-nav__link:hover {
  color: #f88378;
  color: #ea7070;
}

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

/* active sub menu title */
.md-nav__item--active > label.md-nav__link {
  color: #f88378;
  color: #ea7070;
}

/* ====================== */
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+5 −5
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ body {
  scroll-padding-top: 60px;
}
.nav-link:hover {
  color: #f88378 !important; /* Change to your desired hover color */
  color: #ea7070 !important; /* Change to your desired hover color */
}
#banner {
  background: url("../img/banner-bg-dark.png") no-repeat;
@@ -23,7 +23,7 @@ body {
  font-size: 1.125rem;
}
#banner a:hover {
  color: #f88378;
  color: #ea7070;
}
.cta-1,
.cta2 {
@@ -66,7 +66,7 @@ p.cta-sub-title {
.separator {
  width: 100px;
  height: 3px;
  background-color: #f88378;
  background-color: #ea7070;
}
.service-box {
  margin: 0 0 30px;
@@ -80,7 +80,7 @@ p.cta-sub-title {
  border: 1px solid #eee;
  line-height: 75px;
  text-align: center;
  color: #f88378;
  color: #ea7070;
  font-size: 2.1875rem;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
@@ -138,5 +138,5 @@ footer .mention a {
  font-weight: 700;
}
footer .mention a:hover {
  color: #f88378;
  color: #ea7070;
}