Fixed CSS errors

This commit is contained in:
krateng 2021-12-09 20:22:45 +01:00
parent 56eaa8a793
commit d23da91101
2 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ a:hover {
text-decoration:underline; text-decoration:underline;
} }
// for links in running text /* for links in running text */
a.textlink { a.textlink {
color: var(--text-color-focus); color: var(--text-color-focus);
} }

View File

@ -101,11 +101,11 @@ div.footer div:nth-child(3) {
} }
div.footer span a { div.footer span a {
//padding-left:20px; /*padding-left:20px;*/
background-repeat:no-repeat; background-repeat:no-repeat;
background-size:contain; background-size:contain;
background-position:left; background-position:left;
//background-image:url("https://github.com/favicon.ico"); /*background-image:url("https://github.com/favicon.ico");*/
} }
div.footer input { div.footer input {