mirror of
https://github.com/zulip/zulip.git
synced 2026-07-21 21:05:48 +08:00
Previously, search highlights used a hardcoded dark yellow background in dark_theme.css, with no adjustment to the text color, resulting in low-contrast light text on a dark yellow background. Fix this by moving the background to a light-dark() variable and adding --color-text-search-highlight to force dark text on the highlight background in dark mode. Also add proper link colors and hover states when highlights appear inside rendered-markdown links. Fixes #12614. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| icons | ||
| images | ||
| server | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.cjs | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||