use a red colour for bold

This commit is contained in:
Wiktoria Mielcarek 2022-03-04 18:53:30 +01:00
parent 815d3665c3
commit e596eaddbd

View file

@ -1,6 +1,5 @@
.cm-s-obsidian .cm-strong,
strong {
color: rgb(87, 226, 141);
color: var(--accent-4);
color: var(--accent-1);
font-weight: 900;
}