The background color of both my existing and newly created notes has changed to a deep green
The background color of both my existing and newly created notes has changed to a deep green without a known reason, makes the notes look terrible! how can i fix it? just turn it back to initial status.
Can you 1) provide a Report ID and 2) take a screenshot, upload it somewhere (Google Drive, Dropbox, etc.), and provide a link here?
seems like the plugins changed the default setting of zotero?I don't have a clue..
extensions.zotero.note.css
, is it set to a value? If so, reset it.https://github.com/search?q=repo:018/zotcard+note.css&type=code
It really should not be doing this, so we'll contact the plugin developer.
Reference this link, https://github.com/search?q=repo:018/zotcard+note.css&type=code , I have solved the issue.
hi, I has a question, when I used zotero 7 beta 54 and before, I used the following code to change my zotero note background color. But, recently, I update my zotero to zotero 7 beta 65, the code doesn't work any more.
Can you help me to modify the code for zotero 7 beta 65 ?
thanks very much.
```css
body {
color: blue;
max-width: 35em;
margin: 0 auto;
padding-left: 5px;
padding-right: 5px;
background-color: #CBE9CB !important;
background-image:
linear-gradient(rgba(211, 211, 211, 0.5) 1px, transparent 1px),
linear-gradient(90deg, rgba(211, 211, 211, 0.5) 1px, transparent 1px);
background-size: 20px 20px;
background-position: 0 0, 0 20px;
}
```