fix(css): change link underline colour to logo's colour

This commit is contained in:
MDLeom 2020-02-26 07:37:33 +00:00
parent e00e2e320c
commit c020a300e1
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
--link-hover: white;
--alt-bg-color: #333;
--font-size: 1.2em;
--link-underline: #1abc9c;
--link-underline: #3d73b0;
}
html {