Changed the color of links to match the theme color as in the header
This commit is contained in:
parent
730e8db58b
commit
2dde99ef0d
1 changed files with 16 additions and 0 deletions
16
style.css
16
style.css
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue