Added css option to hover all the links (fix #33)
This commit is contained in:
parent
186025f5df
commit
55a9eabc24
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
|||
color: var(--primary);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
border-bottom: 4px dotted var(--secondary);
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 5em;
|
||||
margin: 0.7em auto;
|
||||
|
|
Loading…
Reference in a new issue