mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Merge 586164230b into d237842df8
This commit is contained in:
commit
08e4ad5e82
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;
|
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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue