1
0
Fork 0

Changed the color of links to match the theme color as in the header

This commit is contained in:
Marek Suchánek 2018-01-16 19:17:37 +01:00
parent 730e8db58b
commit 2dde99ef0d

View file

@ -12,3 +12,19 @@ h1, h2, h3 {
line-height: 1.2;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:link {
color: #009dbb;
}
a:visited {
color: #36738a;
}