Layout fixes

This commit is contained in:
panr 2022-11-13 22:45:10 +01:00
parent 1e65ffdf24
commit 2654974bdd
8 changed files with 14 additions and 39 deletions

View file

@ -32,7 +32,7 @@
&-meta {
font-size: 1rem;
margin-bottom: 10px;
color: opcift($accent, 70%);
color: transparentize($accent, .3);
}
&-title {
@ -113,7 +113,7 @@
}
.hanchor {
color: opacify($accent, .9);
color: transparentize($accent, .1);
text-decoration: none;
margin-left: 10px;
visibility: hidden;
@ -124,5 +124,5 @@ h1:hover a, h2:hover a, h3:hover a, h4:hover a {
}
.footnotes {
color: opacify($color, .5);
color: transparentize($color, .5);
}