Skip to content

Commit

Permalink
fix: πŸ› fix font color as per PageSpeed Insights' test results
Browse files Browse the repository at this point in the history
Signed-off-by: WaitSpring <[email protected]>
  • Loading branch information
WaitSpringQW committed Sep 20, 2023
1 parent b2f62ff commit bfa2c8f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion resources/skins.citizen.styles/Footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
border-top: 1px solid var( --border-color-base );
background-color: var( --color-surface-2 );
clear: both;
color: var( --color-base--subtle );
direction: ltr;
font-size: 0.875rem;

Expand All @@ -28,6 +27,14 @@

&__item {
padding: var( --space-xxs ) 0;

a {
text-decoration: underline;

&:hover {
text-decoration: none;
}
}
}
}
}
Expand Down

0 comments on commit bfa2c8f

Please sign in to comment.