Skip to content

Commit

Permalink
Add default link styling
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Jan 25, 2025
1 parent a6d7f30 commit ad28450
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/blitz-dom/assets/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
display: none;
}

a {
color: rgb(0, 0, 238);
text-decoration: underline;
}

/* https://html.spec.whatwg.org/#bidi-rendering */
input[type=tel]:dir(ltr) {
direction: ltr;
Expand Down

0 comments on commit ad28450

Please sign in to comment.