git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f297b3e
)
Resolve odd text shadow using dark themed code blocks in the WYSIWYG editor
author
Adam Dullage
<redacted>
Wed, 29 Nov 2023 21:33:05 +0000
(21:33 +0000)
committer
Adam Dullage
<redacted>
Wed, 29 Nov 2023 21:33:05 +0000
(21:33 +0000)
flatnotes/src/components/NoteViewerEditor.vue
patch
|
blob
|
history
diff --git
a/flatnotes/src/components/NoteViewerEditor.vue
b/flatnotes/src/components/NoteViewerEditor.vue
index 0cf36834094bd0f828ab5f91ad0e9d504abdd039..559d35915b7f90ec2b9919ad89c10652c65e5591 100644
(file)
--- a/
flatnotes/src/components/NoteViewerEditor.vue
+++ b/
flatnotes/src/components/NoteViewerEditor.vue
@@
-134,6
+134,13
@@
outline: none;
}
}
+
+// Prism overrides
+code[class*="language-"],
+pre[class*="language-"] {
+ // See #138
+ text-shadow: none;
+}
</style>
<script>
git clone https://git.99rst.org/PROJECT