fix: anchor text color for dark theme

This commit is contained in:
Vivek R 2019-10-22 19:49:22 +05:30
parent 4cf0f0c005
commit 93a0f332f9
3 changed files with 6 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -26,6 +26,12 @@ h1,h2,h3,h4,h5,h6 {
}
a,a:hover {
color: #ff7979;
text-decoration: none;
}
.site-description a,
.site-description a:hover {
color: #ddd;
text-decoration: underline;
}