Follow-up to 59fd0cd (red-link typo)

Fixes typo in variable name.
--color-link-new -> --color-link-red

Bug: T356074
Change-Id: I801e5cd90d63c2af00485621f3774a10ca41804f
This commit is contained in:
Jan Drewniak 2024-02-02 16:54:11 -05:00
parent 6e4c2e4c60
commit d467f0a418

View file

@ -23,7 +23,7 @@
&.new a:visited,
&.new a:hover,
&.new a:active {
color: var( --color-link-new );
color: var( --color-link-red );
}
&:last-child {