mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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 [
|
||||
withElipsis ? '...' : '',
|
||||
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(),
|
||||
withElipsis ? '...' : '',
|
||||
].join('')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue