Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

changed to lighter colors. #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Colors:

- Text, navbar links - white #f1f1f8
- Buttons, bullets, icons - turquoise #00c9db
- Navbar - navy #4633af
- Navbar - navy #186282
- Backgrounds - dark denim #262431
- Backgrounds - denim #2f2c3d
******************************************/
Expand Down Expand Up @@ -116,7 +116,7 @@ a:hover {
}

a.turquoise {
color: #00c9db;
color: white;
}

a.white {
Expand Down Expand Up @@ -583,7 +583,7 @@ input[type='checkbox'] {
right: 0;
bottom: 0;
left: 0;
background: #2f2c3d;
background: #186282;
}

.spinner {
Expand Down Expand Up @@ -638,7 +638,7 @@ input[type='checkbox'] {
/* 03. Navigation */
/**************************/
.navbar-custom {
background-color: #4633af;
background-color: #186282;
box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
font: 700 0.75rem/2rem "Montserrat", sans-serif;
transition: all 0.2s ease;
Expand Down Expand Up @@ -698,7 +698,7 @@ input[type='checkbox'] {
margin-top: 0;
border: none;
border-radius: 0.25rem;
background-color: #4633af;
background-color: #186282;
}

.navbar-custom .dropdown-item {
Expand All @@ -707,7 +707,7 @@ input[type='checkbox'] {
}

.navbar-custom .dropdown-item:hover {
background-color: #4633af;
background-color: #186282;
}

.navbar-custom .dropdown-item .item-text {
Expand Down Expand Up @@ -859,7 +859,7 @@ input[type='checkbox'] {
.tabs {
padding-top: 6.5rem;
padding-bottom: 4.25rem;
background-color: #2f2c3d;
background-color: #186282;
}

.tabs h2 {
Expand Down Expand Up @@ -1234,7 +1234,7 @@ input[type='checkbox'] {
.slider-2 {
padding-top: 6.875rem;
padding-bottom: 6.875rem;
background-color: #2f2c3d;
background-color: #9baec8;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The text on this background is a little hard to read as the new background color blends in with the text color. Also, it is too close to grey. What do you think?

I think you could use the material color palette and choose three or more colors that are close to each other.

}

.slider-2 .slider-container {
Expand Down Expand Up @@ -1307,7 +1307,7 @@ input[type='checkbox'] {
.counter {
padding-top: 6.5rem;
padding-bottom: 5.375rem;
background-color: #262431;
background-color: #9baec8;
text-align: center;
}

Expand Down Expand Up @@ -1372,7 +1372,7 @@ input[type='checkbox'] {
/**********************/
.footer {
padding-top: 5rem;
background-color: #262431;
background-color: #186282;
}

.footer .footer-col {
Expand Down Expand Up @@ -1424,7 +1424,7 @@ input[type='checkbox'] {
.copyright {
padding-top: 1rem;
padding-bottom: 0.5rem;
background-color: #262431;
background-color: #186282;
text-align: center;
}

Expand Down Expand Up @@ -1578,7 +1578,7 @@ a:hover.back-to-top {
.navbar-custom.top-nav-collapse {
padding: 0.5rem 1.5rem 0.5rem 2rem;
box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
background-color: #4633af;
background-color: #186282;
}

.navbar-custom.top-nav-collapse .navbar-brand.logo-text {
Expand Down