mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-14 00:47:14 +00:00
style: use --accent-underline on sponsor link underline
Swaps --line-strong for --accent-underline on the 'Become a sponsor' text-decoration-color so the underline matches the tan hover underline on project-name links like thealgorithms. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
19496c2c93
commit
7625d1f05d
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ kbd {
|
|||
font-weight: 700;
|
||||
letter-spacing: 0.01em;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: var(--line-strong);
|
||||
text-decoration-color: var(--accent-underline);
|
||||
text-underline-offset: 0.2em;
|
||||
transition:
|
||||
color 180ms ease,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue