We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
summary
1 parent f06b73f commit e69428dCopy full SHA for e69428d
lunaria/styles.ts
@@ -121,8 +121,7 @@ export const BaseStyles = html`
121
}
122
123
a {
124
- color: var(--ln-color-link);
125
- text-decoration: none;
+ color: var(--fg);
126
127
128
h2 a {
@@ -131,6 +130,7 @@ export const BaseStyles = html`
131
130
132
a:hover {
133
text-decoration: underline;
+ color: var(--ln-color-gray-5);
134
135
136
ul {
@@ -333,16 +333,6 @@ export const CustomStyles = html`
333
color: var(--fg-muted);
334
335
336
- p a {
337
- color: var(--fg);
338
- text-decoration: underline;
339
- }
340
-
341
- .status-by-file a,
342
- .progress-details a {
343
344
345
346
.create-button {
347
background-color: hsl(213deg 89% 64% / 20%);
348
border-radius: 0.5em;
0 commit comments