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;
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue