mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-21 17:47:10 +00:00
Added link post styles to page.less
This commit is contained in:
parent
f998e10078
commit
07ce4366b5
1 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue