Browse Source

fix: should use transparent background

Junyu Zhan 4 years ago
parent
commit
29e9801d3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/extensions/zotero.css

+ 1 - 1
src/main/frontend/extensions/zotero.css

@@ -21,7 +21,7 @@
   text-align: center;
   font-size: 60px;
   color: black;
-  background-color: var(--ls-secondary-background-color);
+  background-color: rgba(255, 255, 255, 0.5);
   display: flex;
   justify-content: center;
   align-items: center;