* Adjusts color for visited social icon links * Removes code block horizontal padding
This commit is contained in:
@@ -28,7 +28,8 @@ a:hover .feather-moon {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icons-list .social-icon {
|
.social-icons-list .social-icon,
|
||||||
|
.social-icons-list .social-icon a:visited {
|
||||||
fill: var(--dark-text-color);
|
fill: var(--dark-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -244,7 +244,6 @@ pre {
|
|||||||
|
|
||||||
code {
|
code {
|
||||||
box-decoration-break: clone;
|
box-decoration-break: clone;
|
||||||
padding: 0 3px;
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user