mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
Switch to theme based on Archie
This commit is contained in:
13
assets/css/custom.css
Normal file
13
assets/css/custom.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user