Footer link bug fix by Tenno Seremel.

This commit is contained in:
Alexey Skobkin 2022-03-12 17:28:30 +03:00
parent 5abc3c8f04
commit af760a838a
1 changed files with 4 additions and 0 deletions

View File

@ -286,6 +286,10 @@ h3:not(:first-child) {
.main-footer p:not(:first-child) {
margin-top: 1em;
}
.main-footer a {
color: var(--link-color);
text-decoration: underline;
}
.page-source-link {
color: var(--link-color);
text-decoration: underline;