mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-23 02:31:14 +08: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;
|
font-weight: 700;
|
||||||
letter-spacing: 0.01em;
|
letter-spacing: 0.01em;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-color: var(--accent-underline);
|
text-decoration-color: var(--line-strong);
|
||||||
text-underline-offset: 0.2em;
|
text-underline-offset: 0.2em;
|
||||||
transition:
|
transition:
|
||||||
color 180ms ease,
|
color 180ms ease,
|
||||||
@@ -433,7 +433,7 @@ kbd {
|
|||||||
|
|
||||||
.sponsor-become:hover {
|
.sponsor-become:hover {
|
||||||
color: var(--accent-deep);
|
color: var(--accent-deep);
|
||||||
text-decoration-color: var(--accent);
|
text-decoration-color: var(--accent-underline);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsor-list {
|
.sponsor-list {
|
||||||
|
|||||||
Reference in New Issue
Block a user