Fix alt text contrast in code boxes (#2089)

This commit is contained in:
Robert Kaussow
2023-08-02 10:36:14 +02:00
committed by GitHub
parent dca01e6817
commit c36cb9da65
3 changed files with 8 additions and 3 deletions

View File

@@ -195,6 +195,9 @@ export default defineConfig({
'wp-code-text': {
100: 'var(--wp-code-text-100)',
},
'wp-code-text-alt': {
100: 'var(--wp-code-text-alt-100)',
},
'wp-link': {
100: 'var(--wp-link-100)',