diff --git a/lunaria/styles.ts b/lunaria/styles.ts index 9e7d0db23e..f12df0e783 100644 --- a/lunaria/styles.ts +++ b/lunaria/styles.ts @@ -121,8 +121,7 @@ export const BaseStyles = html` } a { - color: var(--ln-color-link); - text-decoration: none; + color: var(--fg); } h2 a { @@ -131,6 +130,7 @@ export const BaseStyles = html` a:hover { text-decoration: underline; + color: var(--ln-color-gray-5); } ul { @@ -333,16 +333,6 @@ export const CustomStyles = html` color: var(--fg-muted); } - p a { - color: var(--fg); - text-decoration: underline; - } - - .status-by-file a, - .progress-details a { - color: var(--fg); - } - .create-button { background-color: hsl(213deg 89% 64% / 20%); border-radius: 0.5em;