mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Remove text decoration from links
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
69929134c5
commit
21a8f2298e
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ a:hover,
|
|||
a:link,
|
||||
a:visited {
|
||||
color: $accent-color-alt;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
input[type=text],
|
||||
|
|
Loading…
Reference in a new issue