Compile CSS
This commit is contained in:
parent
c6e4120202
commit
0f9e98be8a
1 changed files with 6 additions and 5 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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue