Merge pull request 'Added css option to hover all the links (fix #33)' (#117) from bugfix/linkhovering into main
Reviewed-on: #117
This commit is contained in:
commit
85f31b17fa
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