Color Change

This commit is contained in:
AnubisSQLi 2018-06-23 11:48:48 -04:00
parent 83c45c8145
commit 9f55fe61d4
5 changed files with 19 additions and 19 deletions

View File

@ -100,7 +100,7 @@ nav ul li a {
} }
} }
nav ul li:hover > a { nav ul li:hover > a {
color: #EBB85B; color: #38A3BD;
} }
nav ul li:hover > .submenu { nav ul li:hover > .submenu {
display: flex; display: flex;
@ -162,7 +162,7 @@ nav ul li:hover > .submenu {
} }
} }
.submenu ul li:hover > a { .submenu ul li:hover > a {
color: #EBB85B; color: #38A3BD;
} }
@media only screen and (max-width: 640px) { @media only screen and (max-width: 640px) {
.submenu { .submenu {
@ -285,7 +285,7 @@ hr {
} }
.segment-title { .segment-title {
color: #EBB85B; color: #38A3BD;
font-size: 24px; font-size: 24px;
padding-bottom: 17px; padding-bottom: 17px;
font-weight: 500; font-weight: 500;
@ -310,8 +310,8 @@ hr {
border-radius: 3px; border-radius: 3px;
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
border-color: #EBB85B; border-color: #38A3BD;
color: #EBB85B; color: #38A3BD;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 1.2px; letter-spacing: 1.2px;
line-height: 14.4px; line-height: 14.4px;
@ -320,7 +320,7 @@ hr {
.segment-more-button:hover { .segment-more-button:hover {
color: #FFF; color: #FFF;
background-color: #EBB85B; background-color: #38A3BD;
font-weight: 500; font-weight: 500;
} }
@ -381,7 +381,7 @@ hr {
margin-bottom: 24px; margin-bottom: 24px;
} }
.footer-segment a:hover { .footer-segment a:hover {
color: #EBB85B; color: #38A3BD;
} }
.footer-segment p { .footer-segment p {
font-size: 13px; font-size: 13px;
@ -467,7 +467,7 @@ hr {
padding-bottom: 12px; padding-bottom: 12px;
} }
.mobile-navigation-links ul li:hover > a { .mobile-navigation-links ul li:hover > a {
color: #EBB85B; color: #38A3BD;
} }
.mobile-submenu { .mobile-submenu {
@ -547,8 +547,8 @@ hr {
border-radius: 3px; border-radius: 3px;
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
border-color: #EBB85B; border-color: #38A3BD;
color: #EBB85B; color: #38A3BD;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 1.2px; letter-spacing: 1.2px;
line-height: 14.4px; line-height: 14.4px;
@ -557,12 +557,12 @@ hr {
.segment-projects-button:hover { .segment-projects-button:hover {
color: #FFF; color: #FFF;
background-color: #EBB85B; background-color: #38A3BD;
font-weight: 500; font-weight: 500;
} }
.segment-title-outer { .segment-title-outer {
color: #EBB85B; color: #38A3BD;
font-size: 24px; font-size: 24px;
padding-bottom: 17px; padding-bottom: 17px;
font-weight: 500; font-weight: 500;
@ -601,7 +601,7 @@ hr {
color: #AAA; color: #AAA;
} }
.news-block .news-content .news-title:hover { .news-block .news-content .news-title:hover {
color: #EBB85B; color: #38A3BD;
} }
.news-block .news-content .news-para { .news-block .news-content .news-para {
font-size: 12px; font-size: 12px;
@ -612,7 +612,7 @@ hr {
color: #AAA; color: #AAA;
} }
.news-block .news-content .news-read-more:hover { .news-block .news-content .news-read-more:hover {
color: #EBB85B; color: #38A3BD;
} }
.news-block .news-content .news-date { .news-block .news-content .news-date {
font-size: 12px; font-size: 12px;
@ -672,7 +672,7 @@ hr {
text-align: left; text-align: left;
} }
.committee .title { .committee .title {
color: #EBB85B; color: #38A3BD;
font-size: 22px; font-size: 22px;
font-weight: 500; font-weight: 500;
} }
@ -701,7 +701,7 @@ hr {
.big-news-title { .big-news-title {
font-size: 24px; font-size: 24px;
color: #EBB85B; color: #38A3BD;
} }
.big-news-date { .big-news-date {
@ -815,7 +815,7 @@ hr {
padding-top: 21px; padding-top: 21px;
padding-bottom: 21px; padding-bottom: 21px;
border-radius: 3px; border-radius: 3px;
background-color: #EBB85B; background-color: #38A3BD;
color: #FFF; color: #FFF;
text-transform: uppercase; text-transform: uppercase;
font-weight: 500; font-weight: 500;
@ -831,7 +831,7 @@ hr {
} }
.colored { .colored {
color: #EBB85B; color: #38A3BD;
} }
.thicc { .thicc {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 595 KiB

After

Width:  |  Height:  |  Size: 672 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -10,7 +10,7 @@ $off-white: #EEE
$off--white: #DDD $off--white: #DDD
$dim: #AAA $dim: #AAA
$primary-color: #4D5389 $primary-color: #4D5389
$secondary-color: #EBB85B $secondary-color: #38A3BD
$break-small: 640px $break-small: 640px
$break-awk: 800px $break-awk: 800px
$break-large: 1220px $break-large: 1220px