mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #21873 from overleaf/jel-website-redesign
[web] Don't underline entire body on hover GitOrigin-RevId: 01612a11c0dd4d607d7c1aba5c89cbd97ae9a575
This commit is contained in:
parent
6c6ed06677
commit
da004d367b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
--link-hover-color: var(--link-web-hover);
|
--link-hover-color: var(--link-web-hover);
|
||||||
--link-visited-color: var(--link-web-visited);
|
--link-visited-color: var(--link-web-visited);
|
||||||
|
|
||||||
&:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue