mirror of
https://github.com/anotherlusitano/SpectrumPlus.git
synced 2026-07-22 04:10:27 +00:00
Added headers fix for preview
This commit is contained in:
parent
3aac400292
commit
1aabb7a80b
1 changed files with 5 additions and 5 deletions
|
|
@ -1,25 +1,25 @@
|
|||
.cm-header-1,
|
||||
h1 {
|
||||
.markdown-preview-view h1 {
|
||||
color: var(--accent-1);
|
||||
}
|
||||
|
||||
.cm-header-2,
|
||||
h2 {
|
||||
.markdown-preview-view h2 {
|
||||
color: var(--accent-2);
|
||||
}
|
||||
|
||||
.cm-header-3,
|
||||
h3 {
|
||||
.markdown-preview-view h3 {
|
||||
color: var(--accent-3);
|
||||
}
|
||||
|
||||
.cm-header-4,
|
||||
h4 {
|
||||
.markdown-preview-view h4 {
|
||||
color: var(--accent-4);
|
||||
}
|
||||
|
||||
.cm-header-5,
|
||||
h5 {
|
||||
.markdown-preview-view h5 {
|
||||
color: var(--accent-5);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue