Skip to content

Commit

Permalink
chore: update home link style
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed Feb 5, 2025
1 parent 6b39978 commit 250ce80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/help-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ export default function HomeIntro ({ isFlat = false }) {
ul { padding-left: 1em }
p, li { vertical-align: top; margin: 1rem 0; color: #333 }
code { padding: 0.3em 0.5em; display: pre; color: #333; background: #EEF2F8; font-size: 14px }
a { display: inline; margin-right: 0.3em }
a:hover { text-decoration: underline #06D; color: #06D }
a { display: inline; margin-right: 0.3em; border-bottom: 1px dashed }
a:hover { border-bottom-style: solid }
a code { color: #06D }
.generator-list { display: flex; flex-wrap: wrap }
Expand Down

0 comments on commit 250ce80

Please sign in to comment.