Open nickdos opened 1 month ago
If a plain <a href="..."> link is used (as opposed to a Mantine <Link ...>), the element is styled using the default browser colour and not the ALA theme one.
<a href="...">
<Link ...>
Add some CSS rules to also style plain HTML elements such as: a p h1..h5 ul ol li, etc.
a p h1..h5 ul ol li
If a plain
<a href="...">
link is used (as opposed to a Mantine<Link ...>
), the element is styled using the default browser colour and not the ALA theme one.Add some CSS rules to also style plain HTML elements such as:
a p h1..h5 ul ol li
, etc.