mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
16 lines
220 B
CSS
16 lines
220 B
CSS
.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;
|
|
}
|