mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-28 06:50:26 +00:00
Add an underline to blue (external) links on hover
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
color: var(--links);
|
||||
}
|
||||
|
||||
.link:hover {
|
||||
text-decoration: underline;
|
||||
opacity: initial;
|
||||
}
|
||||
|
||||
.primary {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user