AW-86-underline-links
This commit is contained in:
parent
243fb9e2b1
commit
9affc8a43b
@ -27,7 +27,7 @@ function PrivacyPolicy({ containerClassName = "" }: IPrivacyPolicyProps) {
|
||||
>
|
||||
Privacy Policy
|
||||
</a>
|
||||
,
|
||||
,{" "}
|
||||
<a
|
||||
href="https://aura.wit.life/terms"
|
||||
target="_blank"
|
||||
|
||||
@ -9,4 +9,8 @@
|
||||
font-size: 14px;
|
||||
line-height: 125%;
|
||||
color: #515151;
|
||||
}
|
||||
|
||||
.text > a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user