mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
The css class for anchors was changed
This commit is contained in:
@@ -201,7 +201,7 @@ a code {
|
|||||||
color: #268bd2;
|
color: #268bd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.anchor {
|
a.gutenberg-anchor {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-left: -1.5em;
|
margin-left: -1.5em;
|
||||||
@@ -211,11 +211,11 @@ a.anchor {
|
|||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
:hover>a.anchor {
|
:hover>a.gutenberg-anchor {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.anchor:hover {
|
a.gutenberg-anchor:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user