Skip to content

Commit e69428d

Browse files
authored
fix(lunaria): underline anchor tags and lighten consistently on hover like summary (#1937)
1 parent f06b73f commit e69428d

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

lunaria/styles.ts

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ export const BaseStyles = html`
121121
}
122122
123123
a {
124-
color: var(--ln-color-link);
125-
text-decoration: none;
124+
color: var(--fg);
126125
}
127126
128127
h2 a {
@@ -131,6 +130,7 @@ export const BaseStyles = html`
131130
132131
a:hover {
133132
text-decoration: underline;
133+
color: var(--ln-color-gray-5);
134134
}
135135
136136
ul {
@@ -333,16 +333,6 @@ export const CustomStyles = html`
333333
color: var(--fg-muted);
334334
}
335335
336-
p a {
337-
color: var(--fg);
338-
text-decoration: underline;
339-
}
340-
341-
.status-by-file a,
342-
.progress-details a {
343-
color: var(--fg);
344-
}
345-
346336
.create-button {
347337
background-color: hsl(213deg 89% 64% / 20%);
348338
border-radius: 0.5em;

0 commit comments

Comments
 (0)