Skip to content

Commit

Permalink
link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
russellsamora committed May 1, 2024
1 parent a073855 commit a1a7af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-starter",
"version": "5.17.0",
"version": "5.17.1",
"scripts": {
"gdoc": "node tasks/fetch-google.js",
"style": "node tasks/style-dictionary.js",
Expand Down
3 changes: 1 addition & 2 deletions src/styles/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ mark {

a {
color: var(--color-link, blue);
text-decoration: none;
border-bottom: 1px solid currentColor;
text-decoration: 2px underline var(--color-link, blue);
}


Expand Down

0 comments on commit a1a7af8

Please sign in to comment.