1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix: link styles with underline on hover

This commit is contained in:
divlo
2021-06-10 00:17:52 +02:00
parent ea04f0f189
commit b0a34c6162
6 changed files with 715 additions and 1075 deletions

View File

@ -15,7 +15,7 @@ export const InterestParagraph: React.FC<InterestParagraphProps> = (props) => {
{title}
</strong>
<br />
<span className='paragraph-color'>{htmlParser(description)}</span>
<span>{htmlParser(description)}</span>
</p>
</>
)