Closed tonywatkins closed 3 years ago
Hi, I started using this theme this morning. I really like the extra clarity it provides, especially in graph view.
But I saved some css snippets to tweak it slightly and I've managed to make the pop-up menu go transparent:
I can't see how anything I've done can cause this effect. This is what I have:
.theme-dark { --background-primary: #151b1c --text-accent: #3ec4f0; --text-accent-hover: #80a7b4; --text-muted: #e4d2ac; --text-highlight-bg: rgba(235, 175, 0, 0.5); } /* for editor */ .cm-quote { font-size: 15px; font-style: normal; } /* for preview */ .markdown-preview-view blockquote { font-size: 15px; font-style: normal; }
Any ideas, please?
I've spotted the problem – missed the semicolon at the end of the background-primary line.
Hi, I started using this theme this morning. I really like the extra clarity it provides, especially in graph view.
But I saved some css snippets to tweak it slightly and I've managed to make the pop-up menu go transparent:
I can't see how anything I've done can cause this effect. This is what I have:
Any ideas, please?