mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 07:03:57 +00:00
style: fix expand-content font size and unify CTA copy
Set explicit font-size on .expand-content to prevent it inheriting a smaller size from context. Standardize the two call-to-action labels to "Submit a project" (lowercase, consistent phrasing). Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
680de45c00
commit
800d698b46
2 changed files with 3 additions and 2 deletions
|
|
@ -722,6 +722,7 @@ th[data-sort].sort-asc::after {
|
||||||
}
|
}
|
||||||
|
|
||||||
.expand-content {
|
.expand-content {
|
||||||
|
font-size: var(--text-base);
|
||||||
color: var(--ink-soft);
|
color: var(--ink-soft);
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
text-wrap: pretty;
|
text-wrap: pretty;
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
class="hero-topbar-link hero-topbar-link-strong"
|
class="hero-topbar-link hero-topbar-link-strong"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
>Submit a Project</a
|
>Submit a project</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -252,7 +252,7 @@
|
||||||
class="hero-action hero-action-primary"
|
class="hero-action hero-action-primary"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
>Read the contribution guide</a
|
>Submit a project</a
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/vinta/awesome-python"
|
href="https://github.com/vinta/awesome-python"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue