Skip to content

Commit

Permalink
Merge pull request #62 from Kuuuube/fix-gradient-zone
Browse files Browse the repository at this point in the history
Fix gradient zone
  • Loading branch information
jamesmaa authored Oct 20, 2024
2 parents 92e2f8c + bb9ecb8 commit 7089f87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide:
- toc
- footer
---
# <p id="homepage-title">**Yomitan**</p>
# <div id="homepage-title-wrapper"><span id="homepage-title">Yomitan</span></div>
## <p style="text-align: center">Powerful and versatile pop-up dictionary for language learning used by 50,000+ language learners.</p>

<div class="grid" markdown>
Expand Down
8 changes: 7 additions & 1 deletion docs/stylesheets/homepage.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
#homepage-title {
#homepage-title-wrapper {
text-align: center;
margin-bottom: 10px;
margin-top: 10px;
font-size: 200%;
font-weight: 700;
}

#homepage-title {
background: linear-gradient(to right, #bc00ff, #00eeff);
background-clip: text;
width: fit-content;
height: fit-content;
color: transparent;
}

Expand Down

0 comments on commit 7089f87

Please sign in to comment.