add pretty css anchors
parent
538957e043
commit
b8a5be6b7e
|
@ -9,6 +9,24 @@
|
|||
border-bottom: solid 1px black;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
h2, h3 {
|
||||
position: relative;
|
||||
}
|
||||
h2 a, h3 a {
|
||||
position: absolute;
|
||||
left: -1.2rem;
|
||||
text-decoration: none;
|
||||
opacity: 0.2;
|
||||
}
|
||||
h2 a {
|
||||
line-height: 1.4;
|
||||
}
|
||||
h3 a {
|
||||
line-height: 1.2;
|
||||
}
|
||||
h2:hover a, h3:hover a {
|
||||
opacity: 1;
|
||||
}
|
||||
</style>
|
||||
<h1>Gamelogs</h1>
|
||||
<p>All the roleplaying games I've played.</p>
|
||||
|
|
18
justfile
18
justfile
|
@ -68,6 +68,24 @@ html:
|
|||
border-bottom: solid 1px black;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
h2, h3 {
|
||||
position: relative;
|
||||
}
|
||||
h2 a, h3 a {
|
||||
position: absolute;
|
||||
left: -1.2rem;
|
||||
text-decoration: none;
|
||||
opacity: 0.2;
|
||||
}
|
||||
h2 a {
|
||||
line-height: 1.4;
|
||||
}
|
||||
h3 a {
|
||||
line-height: 1.2;
|
||||
}
|
||||
h2:hover a, h3:hover a {
|
||||
opacity: 1;
|
||||
}
|
||||
</style>
|
||||
EOF
|
||||
## END: STYLE ##
|
||||
|
|
Loading…
Reference in New Issue