deploy: 87cc2f1b80c237b8cc3e33afaf30f2b9cd5d6fb5

This commit is contained in:
davegallant
2022-12-12 02:54:14 +00:00
parent a62946b1ff
commit b49281dc1e
12 changed files with 68 additions and 74 deletions

View File

@@ -21,3 +21,17 @@
margin-left:auto;
margin-right:auto;
}
.hanchor {
visibility: hidden;
color: silver;
font-size: 100%;
transition: 0.2s;
padding-left: 8px;
font-weight: 600;
}
h2:hover a, h3:hover a, h4:hover a {
visibility: visible;
text-decoration: none;
}