top-link : rm background on hover

This commit is contained in:
Aditya Telange 2020-09-06 21:58:31 +05:30
parent 4ba361f789
commit 91457e9c0e
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -48,5 +48,4 @@
.top-link:hover {
color: var(--primary);
background: var(--code-bg);
}