Set post link colour to a visible blue

main
Raymond Wanyoike 2014-10-28 22:05:12 +03:00
parent d237842df8
commit 586164230b
2 changed files with 9 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -34,8 +34,6 @@ a {
color: #2e2e2e; color: #2e2e2e;
&:hover { &:hover {
color: orange; color: orange;
}
&.nodec {
text-decoration: none; text-decoration: none;
} }
} }
@ -107,6 +105,14 @@ a {
max-width: 940px; max-width: 940px;
} }
} }
.post-content {
a {
color: #428bca;
&:hover {
color: #2a6496;
}
}
}
} }
// .highlight { // .highlight {