mirror of
https://gh.wpcy.net/https://github.com/fairpm/server.git
synced 2026-06-20 03:02:27 +08:00
8 lines
157 B
CSS
8 lines
157 B
CSS
/*
|
|
* Link styles
|
|
* https://github.com/WordPress/gutenberg/issues/42319
|
|
*/
|
|
a {
|
|
text-decoration-thickness: 1px !important;
|
|
text-underline-offset: .1em;
|
|
}
|