From 8289bc7d5ba497df6b4ec22801c0c820d0f2d87a Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 9 Jun 2017 13:36:53 +0200 Subject: [PATCH] The css class for anchors was changed --- blog/static/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }