mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 18:08:09 +01:00
9 lines
157 B
CSS
9 lines
157 B
CSS
|
/*
|
||
|
* Link styles
|
||
|
* https://github.com/WordPress/gutenberg/issues/42319
|
||
|
*/
|
||
|
a {
|
||
|
text-decoration-thickness: 1px !important;
|
||
|
text-underline-offset: .1em;
|
||
|
}
|