mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
The css class for anchors was changed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user