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