fix: handle link styles under text selection in Sam theme

This commit is contained in:
'leftie 2019-06-01 01:26:45 -04:00
parent 47b3490e15
commit 5ba38ddf3f
1 changed files with 2 additions and 2 deletions

View File

@ -45,10 +45,10 @@ $scrollbar-track: #99994C;
a, a.main-nav-link.svelte-my25xk, .settings-list-item {
text-decoration: underline;
}
a.mention.u-url, a:hover, a:active, ::selection {
a.mention.u-url, a:hover, a:active, a:focus, ::selection {
background: #EEEE9E;
}
a.mention.u-url:hover, a.mention.u-url:active {
a.mention.u-url:hover, a.mention.u-url:active, a.mention.u-url:focus, a::selection, a ::selection {
background: #444400;
color: #EEEE9E;
}