mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-06 14:17:15 -04: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user