summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/main.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index c25d741..c454443 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -38,7 +38,7 @@ h6 {
}
.heading {
- a {
+ .anchor {
text-decoration: none;
font-weight: normal;
color: var(--content-secondary);
@@ -47,7 +47,7 @@ h6 {
font-family: var(--font-mono);
}
- &:hover a {
+ &:hover .anchor {
visibility: visible;
}
}
@@ -576,4 +576,4 @@ blockquote {
blockquote p {
margin-left: 1rem;
margin-right: 1rem;
-} \ No newline at end of file
+}