Skip to content

Commit

Permalink
docs: make logos easier to see
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jul 22, 2024
1 parent 7d38e42 commit 1affdd0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/.vitepress/theme/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,13 @@
duration-200
;
}

.dark .dark-zebra-pattern {
background-image: repeating-linear-gradient(
45deg,
transparent,
transparent 10px,
rgb(0 0 0/ 0.05) 10px,
rgb(0 0 0/ 0.05) 20px
);
}
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ _tsx_ is recognized by both [Node.js](https://nodejs.org/en/learn/getting-starte

### Companies

<div class="logos">
<div class="logos dark-zebra-pattern">
<ImageLink
alt="Vercel"
href="https://github.com/search?q=path%3Apackage.json+%22%5C%22tsx%5C%22%3A+%5C%22%22+org%3Avercel&type=code"
Expand Down Expand Up @@ -123,7 +123,7 @@ _tsx_ is recognized by both [Node.js](https://nodejs.org/en/learn/getting-starte
</div>

### Projects
<div class="logos">
<div class="logos dark-zebra-pattern">
<ImageLink
alt="Node.js"
href="https://github.com/search?q=path%3Apackage.json+%22%5C%22tsx%5C%22%3A+%5C%22%22+org%3Anodejs&type=code"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Iterate on your code faster and boost productivity!

<a href="/faq#who-uses-tsx" class="!no-underline">Who uses _tsx_?</a>

<Marquee class="mt-6 dark:bg-zinc-800 py-6" :velocity="20">
<Marquee class="mt-6 dark:bg-zinc-800 dark-zebra-pattern py-6" :velocity="20">
<div class="flex gap-6 items-center min-w-full">
<ImageLink
class="h-12"
Expand Down

0 comments on commit 1affdd0

Please sign in to comment.