mirror of https://gitlab.com/bashrc2/epicyon
Underline links
parent
15fe203328
commit
5908b54fe8
|
|
@ -233,6 +233,7 @@
|
|||
--diff-remove: #aaa;
|
||||
--reply-icon-direction: -1;
|
||||
--transition-type: auto;
|
||||
--link-underline: none;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
@ -466,14 +467,14 @@ a:visited {
|
|||
color: var(--main-visited-color);
|
||||
background: var(--link-bg-color);
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
text-decoration: var(--link-underline);
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: var(--main-link-color);
|
||||
background: var(--link-bg-color);
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
text-decoration: var(--link-underline);
|
||||
}
|
||||
|
||||
a:link[type=application/activity+json]::before {
|
||||
|
|
|
|||
|
|
@ -269,5 +269,6 @@
|
|||
"reply-icon-direction": "-1",
|
||||
"instance-software-fg-color": "#bbb",
|
||||
"instance-software-bg-color": "#444",
|
||||
"transition-type": "auto"
|
||||
"transition-type": "auto",
|
||||
"link-underline": "none"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -283,5 +283,6 @@
|
|||
"post-separator-margin-bottom": "0",
|
||||
"instance-software-fg-color": "#333",
|
||||
"instance-software-bg-color": "#ddd",
|
||||
"transition-type": "auto"
|
||||
"transition-type": "auto",
|
||||
"link-underline": "underline"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue