Material: update style of article links

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2016-11-20 20:36:02 +01:00
parent 5ea90fa8b9
commit 858430c0d0

View file

@ -655,6 +655,15 @@ a.original {
height: auto;
}
#article article a {
border-bottom: 1px dotted #03a9f4;
text-decoration: none;
}
#article article a:hover {
border-bottom-style: solid;
}
#article > header > h1 {
font-size: 2em;
margin: 2.1rem 0 0.68rem;