mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Polish DMCA email to white
This commit is contained in:
parent
090eac0539
commit
dc2f77f015
1 changed files with 2 additions and 5 deletions
|
@ -26,7 +26,7 @@ export function DmcaPage() {
|
|||
<Trans
|
||||
i18nKey="screens.dmca.text"
|
||||
components={{
|
||||
bold: <span className="font-bold" style={{ color: "#cfcfcf" }} />,
|
||||
bold: <span className="font-bold text-white" />,
|
||||
}}
|
||||
/>
|
||||
</Paragraph>
|
||||
|
@ -34,10 +34,7 @@ export function DmcaPage() {
|
|||
<Icon icon={Icons.MAIL} />
|
||||
<a
|
||||
href={`mailto:${conf().DMCA_EMAIL}`}
|
||||
style={{
|
||||
transition: "color 0.3s ease",
|
||||
color: isHovered ? "#cfcfcf" : "inherit",
|
||||
}}
|
||||
className={isHovered ? "white-text" : ""}
|
||||
onMouseEnter={() => setIsHovered(true)}
|
||||
onMouseLeave={() => setIsHovered(false)}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue