Desktop,Mobile: Accessibility: Improve contrast of faded URLs in Markdown editor (#11635)

pull/11679/head
Henry Heino 2025-01-18 04:42:19 -08:00 committed by GitHub
parent ff465767ab
commit dc7871b655
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ const createTheme = (theme: EditorTheme): Extension[] => {
// Override the default URL style when the URL is within a link
'& .tok-url.tok-link, & .tok-link.tok-meta, & .tok-link.tok-string': {
opacity: 0.6,
opacity: 0.661,
},
// Applying font size changes with CSS rather than the theme below works