diff options
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/main.css | 12 | 
1 files changed, 9 insertions, 3 deletions
| diff --git a/assets/css/main.css b/assets/css/main.css index 6e57bcf..54c98cb 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;    }  } @@ -512,8 +512,14 @@ figcaption {  /* breadcrumbs */  .breadcrumbs { -  font-size: .8em; +  font-size: small;    margin-bottom: calc(-0.5 * var(--h1-margin-top)); +  font-family: var(--font-mono); +} + +.breadcrumbs span { +  margin-right: -5px; +  margin-left: -5px;  }  /* Comments */ | 
