Skip to content

Commit

Permalink
add underline for a tags
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-work committed Nov 5, 2024
1 parent 2721fc0 commit 059ca6d
Showing 1 changed file with 12 additions and 2 deletions.
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 059ca6d

Please sign in to comment.