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:
Csaba Tuncsik 2023-07-14 10:07:34 +02:00 committed by GitHub
parent eedde24cc0
commit c0b1cb273e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1201,7 +1201,7 @@ export default defineComponent({
}
.link {
color: var(--color-text-light);
color: var(--color-text-base);
text-decoration: underline;
}
</style>