GuangluWu / obsidian-pisum

This is an obsidian theme with clean line-drawing appearance. Only dark mode available.
34 stars 12 forks source link

I've made the menu go transparent with my snippets and I can't see how #5

Closed tonywatkins closed 3 years ago

tonywatkins commented 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:

Screenshot 2021-02-10 at 13 59 01

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?

tonywatkins commented 3 years ago

I've spotted the problem – missed the semicolon at the end of the background-primary line.