mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Set post link colour to a visible blue
This commit is contained in:
parent
d237842df8
commit
586164230b
2 changed files with 9 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -34,8 +34,6 @@ a {
|
|||
color: #2e2e2e;
|
||||
&:hover {
|
||||
color: orange;
|
||||
}
|
||||
&.nodec {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
@ -107,6 +105,14 @@ a {
|
|||
max-width: 940px;
|
||||
}
|
||||
}
|
||||
.post-content {
|
||||
a {
|
||||
color: #428bca;
|
||||
&:hover {
|
||||
color: #2a6496;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// .highlight {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue