Update clean-blog.css
To agressive in underlining - dial it back a bit
This commit is contained in:
parent
b09fc2f0b5
commit
5e94613005
|
@ -13,6 +13,10 @@ p {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin: 30px 0;
|
margin: 30px 0;
|
||||||
}
|
}
|
||||||
|
p a,
|
||||||
|
li a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
|
@ -23,7 +27,6 @@ h6 {
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration: underline;
|
|
||||||
color: #404040;
|
color: #404040;
|
||||||
}
|
}
|
||||||
a:hover,
|
a:hover,
|
||||||
|
|
Loading…
Reference in a new issue