1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
._lc_ .plurk a.ex_link, ._lc_ .permaplurk #permanent_body a.ex_link, ._lc_ #dashboard_holder a.ex_link {
color: #000;
background: linear-gradient(90deg, rgba(211, 56, 56,.5) 0%, rgba(179, 96, 96,.5) 27%, rgba(204, 137, 137,.5) 66%, rgba(235, 199, 199,.5) 100%) left bottom no-repeat transparent;
background-size: 100% 3px;
padding-bottom: 3px;
text-decoration: none;
box-shadow: 0 0 black;
}

._lc_ .plurk a.ex_link:hover, ._lc_ .permaplurk #permanent_body a.ex_link:hover, ._lc_ #dashboard_holder a.ex_link:hover {
color: #000;
background: linear-gradient(90deg, rgba(211, 56, 56,.5) 0%, rgba(179, 96, 96,.5) 27%, rgba(204, 137, 137,.5) 66%, rgba(235, 199, 199,.5) 100%) left bottom no-repeat transparent;
background-size: 100% 21px;
Padding-middle: 21px;
text-decoration: none;
box-shadow: 0 0 black;
}