Turn titles into links
This commit is contained in:
parent
da7210d5ce
commit
5c804816b0
3 changed files with 10 additions and 2 deletions
|
|
@ -169,7 +169,7 @@ a {
|
|||
}
|
||||
|
||||
a:hover {
|
||||
box-shadow: inset 800px 0 0 0 var(--link-background-color);
|
||||
box-shadow: inset 1000px 0 0 0 var(--link-background-color);
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
@ -204,6 +204,10 @@ h2 {
|
|||
font-size: 1.7em;
|
||||
}
|
||||
|
||||
h2 a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue