Compare commits
3 commits
09ce07ecc5
...
0f9e98be8a
Author | SHA1 | Date | |
---|---|---|---|
0f9e98be8a | |||
c6e4120202 | |||
1a37b7fe85 |
3 changed files with 8 additions and 6 deletions
|
@ -7261,17 +7261,17 @@ p label {
|
|||
p label::after {
|
||||
content: ':'; }
|
||||
|
||||
.content a {
|
||||
a {
|
||||
font-weight: bold;
|
||||
padding: 0.25em;
|
||||
margin: -0.25em; }
|
||||
.content a:hover {
|
||||
a:hover {
|
||||
color: #FFFFFF;
|
||||
background-color: #26599B; }
|
||||
.content a:focus {
|
||||
a:focus {
|
||||
color: #FFFFFF;
|
||||
background-color: #26599B; }
|
||||
.content a:active {
|
||||
a:active {
|
||||
color: #CBC219;
|
||||
background-color: #26599B; }
|
||||
|
||||
|
@ -8528,7 +8528,8 @@ ul.slick-dots {
|
|||
color: currentColor; }
|
||||
.footer a:hover {
|
||||
color: #26599B;
|
||||
text-decoration: underline; }
|
||||
text-decoration: underline;
|
||||
background-color: transparent; }
|
||||
.footer .container {
|
||||
padding-top: 3em; }
|
||||
.footer .footer-logo .icon {
|
||||
|
|
|
@ -57,7 +57,7 @@ p {
|
|||
// Links
|
||||
|
||||
|
||||
.content a {
|
||||
a {
|
||||
font-weight: bold;
|
||||
padding: $link-hover-padding;
|
||||
margin: -$link-hover-padding;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
a:hover {
|
||||
color: $blue;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
//
|
||||
.container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue