diff --git a/blog/static/css/main.css b/blog/static/css/main.css index a9132887..0d0fb767 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -201,7 +201,7 @@ a code { color: #268bd2; } -a.anchor { +a.gutenberg-anchor { opacity: 0; position: absolute; margin-left: -1.5em; @@ -211,11 +211,11 @@ a.anchor { line-height: 2em; } -:hover>a.anchor { +:hover>a.gutenberg-anchor { opacity: 1; text-decoration: none; } -a.anchor:hover { +a.gutenberg-anchor:hover { text-decoration: none; }