Skip to content

Commit

Permalink
accessibility improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Oct 25, 2024
1 parent cf73cd5 commit b83c3d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/aurora/assets/scss/elements/_author-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
.author-text-label {
position: relative;
top: -24px;
opacity: 0.2;
opacity: 0.8;
font-size: 90%;
}
2 changes: 1 addition & 1 deletion themes/aurora/assets/scss/elements/_toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}

.toc-header {
opacity: 0.4;
opacity: 0.8;

&::after {
transform: translateY(-75%) rotate(135deg);
Expand Down
2 changes: 1 addition & 1 deletion themes/aurora/layouts/partials/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="page-title">{{ default $.Site.Title .Title }}</h1><br/>
</a></li>
{{ end }}
</ul>
<span class="author-text-label">Page authored by</span>
<span class="author-text-label">Page authors</span>
{{ end }}
<!-- Bottom ad -->
<ins class="adsbygoogle" data-adtest="on" data-ad-test="on"
Expand Down

0 comments on commit b83c3d4

Please sign in to comment.