diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css
index 053c0210de..0a70eb5707 100644
|
a
|
b
|
|
| 305 | 305 | line-height: inherit; |
| 306 | 306 | } |
| 307 | 307 | |
| 308 | | .about__section a, |
| | 308 | .about__section a { |
| | 309 | color: #5F1B29; |
| | 310 | text-decoration: underline; |
| | 311 | } |
| | 312 | |
| 309 | 313 | .about__section a:hover, |
| 310 | 314 | .about__section a:active, |
| 311 | 315 | .about__section a:focus { |
| 312 | | color: inherit; |
| | 316 | color: #5F1B29; |
| | 317 | text-decoration: none; |
| | 318 | } |
| | 319 | |
| | 320 | .wp-credits-list a { |
| | 321 | text-decoration: none; |
| | 322 | } |
| | 323 | |
| | 324 | .wp-credits-list a:hover, |
| | 325 | .wp-credits-list a:active, |
| | 326 | .wp-credits-list a:focus { |
| | 327 | text-decoration: underline; |
| 313 | 328 | } |
| 314 | 329 | |
| 315 | 330 | .about__container ul { |