mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-13 16:37:59 +00:00
fix(css): scope --accent-underline to sponsor-become hover; restore --line-strong at rest
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
7625d1f05d
commit
674c169efd
1 changed files with 2 additions and 2 deletions
|
|
@ -424,7 +424,7 @@ kbd {
|
|||
font-weight: 700;
|
||||
letter-spacing: 0.01em;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: var(--accent-underline);
|
||||
text-decoration-color: var(--line-strong);
|
||||
text-underline-offset: 0.2em;
|
||||
transition:
|
||||
color 180ms ease,
|
||||
|
|
@ -433,7 +433,7 @@ kbd {
|
|||
|
||||
.sponsor-become:hover {
|
||||
color: var(--accent-deep);
|
||||
text-decoration-color: var(--accent);
|
||||
text-decoration-color: var(--accent-underline);
|
||||
}
|
||||
|
||||
.sponsor-list {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue