diff --git a/assets/less/page.less b/assets/less/page.less index 9ca6278..c13fb6b 100644 --- a/assets/less/page.less +++ b/assets/less/page.less @@ -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; } -} \ No newline at end of file +}