mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Make highlighted text white
This commit is contained in:
parent
4fe3fdaa84
commit
821bbd9422
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export function makeHighlightedMarkup ( options = {} ) {
|
||||||
return [
|
return [
|
||||||
withElipsis ? '...' : '',
|
withElipsis ? '...' : '',
|
||||||
before.trim(),
|
before.trim(),
|
||||||
/* html */` <span class="stork-highlighted-text font-bold bg-green-800 rounded px-1">${ target.trim() }</span> `,
|
/* html */` <span class="stork-highlighted-text font-bold text-white bg-green-800 rounded px-1">${ target.trim() }</span> `,
|
||||||
after.trim(),
|
after.trim(),
|
||||||
withElipsis ? '...' : '',
|
withElipsis ? '...' : '',
|
||||||
].join('')
|
].join('')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue