fix: 💄 fix text highlights not being legible in dark mode
This commit is contained in:
parent
0e327a7430
commit
e3fb92508f
@ -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]
|
||||
|
||||
|
@ -2,4 +2,4 @@
|
||||
export let text: string;
|
||||
</script>
|
||||
|
||||
<span class="bg-yellow-300">{text}</span>
|
||||
<span class="bg-[#ffff00]/[0.4]">{text}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user