Skip to content

Commit

Permalink
Merge pull request #406 from MuckRock/405-instruction-link-style
Browse files Browse the repository at this point in the history
Add link style to add-on dispatch header
  • Loading branch information
eyeseast authored Jan 9, 2024
2 parents ad2ccb6 + 89a7f29 commit fe59270
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/addons/dispatch/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,18 @@
justify-content: space-between;
gap: 1em;
}
.description {
.description,
.instructions {
flex: 1 1 100%;
line-height: 1.4;
color: var(--darkgray);
}
.description :global(a) {
.description :global(a),
.instructions :global(a) {
color: var(--primary);
text-decoration: underline;
}
.description :global(*):first-child,
.description :global(*):first-child {
margin-top: 0;
}
Expand Down

0 comments on commit fe59270

Please sign in to comment.