mirror of
https://github.com/graphql-hive/console
synced 2026-05-20 23:59:32 +00:00
12 lines
238 B
CSS
12 lines
238 B
CSS
.statediagram {
|
|
a {
|
|
@apply text-nextra-primary-600;
|
|
text-decoration-line: underline;
|
|
text-decoration-thickness: from-font;
|
|
text-underline-position: from-font;
|
|
|
|
&:hover {
|
|
text-decoration-line: none;
|
|
}
|
|
}
|
|
}
|