mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
fix(editor): Increase contrast ratio in execution list workflow names (#6661)
fix(editor): Increase contrast ration in execution list workflow names
This commit is contained in:
parent
eedde24cc0
commit
c0b1cb273e
|
@ -1201,7 +1201,7 @@ export default defineComponent({
|
|||
}
|
||||
|
||||
.link {
|
||||
color: var(--color-text-light);
|
||||
color: var(--color-text-base);
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue