set codes

This commit is contained in:
Kyle
2020-12-29 20:48:37 -08:00
parent d14dc17e0b
commit 5fe58c1295
3 changed files with 25 additions and 3 deletions

View File

@@ -173,6 +173,9 @@ a {
a:hover {
text-decoration: underline;
}
a.underline {
text-decoration: underline;
}
::selection {
color: var(--font-color);
background: var(--color-highlight);