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