mirror of https://gitlab.com/curben/blog
fix(css): change link underline colour to logo's colour
This commit is contained in:
parent
e00e2e320c
commit
c020a300e1
|
@ -9,7 +9,7 @@
|
||||||
--link-hover: white;
|
--link-hover: white;
|
||||||
--alt-bg-color: #333;
|
--alt-bg-color: #333;
|
||||||
--font-size: 1.2em;
|
--font-size: 1.2em;
|
||||||
--link-underline: #1abc9c;
|
--link-underline: #3d73b0;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
Loading…
Reference in New Issue