fix: update abbr element style
This commit is contained in:
parent
b933aae79f
commit
189cc0a829
1 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,10 @@ strong {
|
||||||
font-weight: 650;
|
font-weight: 650;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
abbr {
|
||||||
|
text-decoration-color: var(--color-primary);
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-reduced-motion: reduce) {
|
@media (prefers-reduced-motion: reduce) {
|
||||||
html:focus-within {
|
html:focus-within {
|
||||||
scroll-behavior: auto;
|
scroll-behavior: auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue