Skip to content

Commit

Permalink
Merge pull request #10 from GooeyAI/style_a_tags
Browse files Browse the repository at this point in the history
Style a tags
  • Loading branch information
anish-work authored Nov 7, 2024
2 parents 2721fc0 + 800c24b commit 77460a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/lib.js

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions src/css/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,25 @@ ul {
}

.gooey-embed-container a {
text-decoration: none;
color: inherit;
text-decoration: underline;
text-decoration-color: rgba(0, 0, 0, 0.45);
text-decoration-thickness: 0.6px;
text-underline-offset: 0.15em;
}

.gooey-embed-container a:hover {
color: inherit;
text-decoration-color: black;
text-decoration-thickness: 2px;
}

div:focus-visible {
outline: none;
}

::-webkit-scrollbar {
background: transparent;
background: transparent;
color: white;
width: 8px;
height: 8px;
Expand Down

0 comments on commit 77460a2

Please sign in to comment.