mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-01 17:37:37 +00:00
Added hover state for Author meta anchor
This commit is contained in:
@ -624,6 +624,9 @@ margin on the iframe, cause it breaks stuff. */
|
|||||||
.author-meta a {
|
.author-meta a {
|
||||||
color: #9EABB3;
|
color: #9EABB3;
|
||||||
}
|
}
|
||||||
|
.author-meta a:hover {
|
||||||
|
color: #57A3E8;
|
||||||
|
}
|
||||||
|
|
||||||
/* Create some space to the right for the share links */
|
/* Create some space to the right for the share links */
|
||||||
.post-footer .author {
|
.post-footer .author {
|
||||||
|
Reference in New Issue
Block a user