Compare commits

..

No commits in common. "0f9e98be8ac0e585a718438624daa6ad03bc65ee" and "09ce07ecc5cd1a6e8e9fb1be345d8c2926a9b57f" have entirely different histories.

3 changed files with 6 additions and 8 deletions

View file

@ -7261,17 +7261,17 @@ p label {
p label::after {
content: ':'; }
a {
.content a {
font-weight: bold;
padding: 0.25em;
margin: -0.25em; }
a:hover {
.content a:hover {
color: #FFFFFF;
background-color: #26599B; }
a:focus {
.content a:focus {
color: #FFFFFF;
background-color: #26599B; }
a:active {
.content a:active {
color: #CBC219;
background-color: #26599B; }
@ -8528,8 +8528,7 @@ ul.slick-dots {
color: currentColor; }
.footer a:hover {
color: #26599B;
text-decoration: underline;
background-color: transparent; }
text-decoration: underline; }
.footer .container {
padding-top: 3em; }
.footer .footer-logo .icon {

View file

@ -57,7 +57,7 @@ p {
// Links
a {
.content a {
font-weight: bold;
padding: $link-hover-padding;
margin: -$link-hover-padding;

View file

@ -16,7 +16,6 @@
a:hover {
color: $blue;
text-decoration: underline;
background-color: transparent;
}
//
.container {