Gutenberg was renamed to Zola

This commit is contained in:
Philipp Oppermann
2019-01-22 15:48:13 +01:00
parent ea7f4d74f6
commit b96f73278d
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
}