Skip to content

Commit

Permalink
underline wikipedia mod
Browse files Browse the repository at this point in the history
  • Loading branch information
yokoffing authored Oct 1, 2023
1 parent ff08d93 commit 7be0726
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/kagi/features/custom-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,11 @@ border-bottom: none; var(--result-item-title-border);
.newsResultItem .newsResultHeader .newsResultTitle a._0_TITLE {
border-bottom: none; var(--result-item-title-border);
}

/* Remove underline from links in Wikipedia module */
.wikipediaResult a {
border-bottom: none; var(--result-item-title-border);
}
```

</details>
Expand Down

0 comments on commit 7be0726

Please sign in to comment.