Fix up the link colors
This commit is contained in:
parent
d4b977b1ee
commit
79a954cc55
2 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
color: var(--link-color);
|
||||
}
|
||||
|
||||
.main a:hover {
|
||||
border-bottom: 2px solid var(--link-color);
|
||||
}
|
||||
|
||||
.main h1 {
|
||||
font-size: 5rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue