Skip to content

Commit

Permalink
Readjust in order to meet 3:1 contrast ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
MTecknology committed Jan 30, 2024
1 parent f94c54e commit a05ab22
Showing 1 changed file with 23 additions and 20 deletions.
43 changes: 23 additions & 20 deletions assets/css/aamod.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ body {
}

.btn:hover {
background: #c67312;
background: #AA5B00;
}

/**
* Resources Links
**/

.widget__title {
border-color: #c67312;
border-color: #AA5B00;
}

.widget__item {
Expand All @@ -68,7 +68,7 @@ body {
}

.widget-sidemenu a:hover {
color: #c67312;
color: #AA5B00;
}

/**
Expand All @@ -83,7 +83,7 @@ body {
}

.maplink {
color: #c67312;
color: #AA5B00;
font-weight: 700;
}

Expand All @@ -98,13 +98,13 @@ body {

.toc__menu li a {
background: #0060ae;
color: #fff;
color: #ffffff;
transition: background-color .25s ease-out;
padding-left: 10px !important;
}

.toc__menu li a:hover {
background: #dbdbdb;
background: #f5f5f5;
text-decoration: none;
}

Expand All @@ -113,24 +113,23 @@ body {
**/

.menu {
border-color: #dbdbdb;
border-bottom: 3px solid #AA5B00;
}

.menu__item:hover{
background: #dbdbdb;
.menu__list {
background: #0060ae;
}

.menu__item--active {
background: #dbdbdb;
.menu__item:hover {
background: #AA5B00;
}

.menu__item--active a {
color: #2a2a2a;
.menu__item--active {
background: #AA5B00;
}

.menu__link:hover {
color: #2a2a2a;
background: #dbdbdb;
background: #AA5B00;
}

/**
Expand All @@ -154,7 +153,7 @@ body {
}

.content a:hover {
color: #c67312;
color: #AA5B00;
text-decoration: none;
}

Expand All @@ -163,17 +162,21 @@ body {
**/

.footer {
color: #ebebeb;
color: #000000;
font-weight: bold;
background: #252525;
border-top: 3px solid #dbdbdb;
background: #f5f5f5;
border-top: 3px solid #AA5B00;
}

.footer a {
color: #029d19;
color: #0060ae;
font-weight: bold;
}

.footer a:hover {
color: #AA5B00;
}

/**
* Printer-Friendly
**/
Expand Down

0 comments on commit a05ab22

Please sign in to comment.