Skip to content

Commit

Permalink
Remove underlines for hyperlinks (#63)
Browse files Browse the repository at this point in the history
* experimenting with testing api

* added prod api url and hardcoded events

* removed underlines from home page

* Removed underline for all links

* Update style.module.css

---------

Co-authored-by: Angela Hu <[email protected]>
  • Loading branch information
nik-dange and angela139 authored Sep 10, 2024
1 parent 7f8a292 commit 9e662a2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,6 @@ html[class~='dark'] h4 {

/* Link
------------------------ */
p a,
p li a {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 0.01em;
text-decoration-color: var(--docs-accent-color-opacity);
}

p a:hover,
p li a:hover {
Expand Down

0 comments on commit 9e662a2

Please sign in to comment.