Fix social icons on dark theme. Fixes #78 (#81)

* Adjusts color for visited social icon links

* Removes code block horizontal padding
This commit is contained in:
Cameron DeCoster
2022-02-27 06:32:40 -07:00
committed by GitHub
parent adb3be0080
commit 96a3631f9d
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,8 @@ a:hover .feather-moon {
color: white;
}
.social-icons-list .social-icon {
.social-icons-list .social-icon,
.social-icons-list .social-icon a:visited {
fill: var(--dark-text-color);
}

View File

@@ -244,7 +244,6 @@ pre {
code {
box-decoration-break: clone;
padding: 0 3px;
word-wrap: break-word;
font-size: 0.8em;
}