diff --git a/blog/static/css/main.css b/blog/static/css/main.css index 6f3b589a..222f589f 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -243,7 +243,7 @@ a code { color: #268bd2; } -a.gutenberg-anchor { +a.zola-anchor { opacity: 0; position: absolute; margin-left: -1.5em; @@ -253,12 +253,12 @@ a.gutenberg-anchor { line-height: 2em; } -:hover>a.gutenberg-anchor { +:hover>a.zola-anchor { opacity: 1; text-decoration: none; } -a.gutenberg-anchor:hover { +a.zola-anchor:hover { text-decoration: none; } diff --git a/blog/templates/rss.xml b/blog/templates/rss.xml index f823da36..8af1b81d 100644 --- a/blog/templates/rss.xml +++ b/blog/templates/rss.xml @@ -3,7 +3,7 @@