Skip to content

Commit bdf04d8

Browse files
committed
Update styles for home page and enhance GitHub star link text
1 parent c9c5386 commit bdf04d8

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.vitepress/theme/style.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,15 @@
149149
text-align: center;
150150
}
151151

152-
.sponsors-title {
153-
font-size: 28px !important;
154-
font-weight: 600 !important;
152+
/* Styles specific to home page only */
153+
.VPHome .sponsors-title {
154+
font-size: 24px !important;
155+
font-weight: 400 !important;
155156
margin-bottom: 32px !important;
156-
color: var(--vp-c-text-1);
157+
color: var(--vp-c-text-2);
158+
border: none !important;
159+
text-transform: uppercase;
160+
letter-spacing: 0.05em;
157161
}
158162

159163
.sponsors-grid {
@@ -184,7 +188,7 @@
184188
}
185189

186190
.sponsor-logo {
187-
padding: 40px 60px;
191+
padding: 20px 40px;
188192
border-color: transparent;
189193
background: transparent;
190194
}

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ features:
4949
<div class="sponsor-cta-link">
5050
<a href="/sponsor">Become a Sponsor</a>
5151
<span class="separator">|</span>
52-
<a href="https://github.com/php-testo/testo" target="_blank" rel="noopener">Star</a>
52+
<a href="https://github.com/php-testo/testo" target="_blank" rel="noopener">Star on GitHub</a>
5353
</div>
5454
</div>

0 commit comments

Comments
 (0)