Enable underlines on links
This commit is contained in:
parent
b93827278f
commit
45235ba7aa
@ -69,13 +69,8 @@ a:focus {
|
|||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
transition: opacity 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: none;
|
text-decoration: underline;
|
||||||
opacity: 0.8;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -1240,12 +1235,11 @@ background on hover (unless active) */
|
|||||||
#chat .user,
|
#chat .user,
|
||||||
.inline-channel {
|
.inline-channel {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: opacity 0.2s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat .user:hover,
|
.chat .user:hover,
|
||||||
.inline-channel:hover {
|
.inline-channel:hover {
|
||||||
opacity: 0.6;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Nicknames */
|
/* Nicknames */
|
||||||
|
Loading…
Reference in New Issue
Block a user