Added link post styles to page.less

This commit is contained in:
Alex Forey 2013-08-12 18:27:54 +01:00
parent f998e10078
commit 07ce4366b5

View file

@ -215,7 +215,10 @@ span + .entry-title {
font-weight: 700; font-weight: 700;
line-height: 1; line-height: 1;
letter-spacing: -3px; letter-spacing: -3px;
a { color: @black; } a {
color: @black;
text-decoration: underline;
}
@media @medium { @media @medium {
max-width: 600px; max-width: 600px;
.font-rem(52); .font-rem(52);
@ -289,7 +292,7 @@ span + .entry-title {
@media @large { @media @large {
float: left; float: left;
} }
p > a, p > a
li > a { li > a {
border-bottom: 1px dotted lighten(@link-color, 50); border-bottom: 1px dotted lighten(@link-color, 50);
&:hover { &:hover {
@ -433,4 +436,4 @@ span + .entry-title {
background-color: @white; background-color: @white;
color: @black; color: @black;
} }
} }