fix: 💄 fix text highlights not being legible in dark mode

This commit is contained in:
Maxime Cannoodt 2022-08-07 13:34:19 +02:00
parent 0e327a7430
commit e3fb92508f
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
## [2022-08-07]
- fix: 🐛 code blocks no longer render as "undefined" for unregistered languages (e.g. Dataview or Toggl query blocks)
- fix: 🐛 text highlights (`==highlight==` syntax) are now more legibile in dark mode.
- fix: 🐛 code blocks no longer render as "undefined" for unregistered languages (e.g. Dataview or Toggl query blocks).
## [2022-08-06]

View File

@ -2,4 +2,4 @@
export let text: string;
</script>
<span class="bg-yellow-300">{text}</span>
<span class="bg-[#ffff00]/[0.4]">{text}</span>