diff options
| author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2025-02-02 23:42:51 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-02 23:42:51 +0100 | 
| commit | 91086b1b3dd7d8ba352cec1a90493ce358d83c45 (patch) | |
| tree | 5dabf68cb418c5a39474c865f30ec9deccc64d3c /assets/css | |
| parent | 3c39d685ce85558cf6d2d6b7aef96977254fda34 (diff) | |
| parent | 58ea04e3b0524b339cc6b469c4d4c5128cb99df4 (diff) | |
Merge pull request #78 from OleMussmann/fix-header-links
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/main.css | 6 | 
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 +} | 
