mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 01:21:03 +00:00
Material: update style of article links
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
5ea90fa8b9
commit
858430c0d0
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue