mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
feat: style zotero ui with css variables
This commit is contained in:
@@ -21,8 +21,16 @@
|
||||
text-align: center;
|
||||
font-size: 60px;
|
||||
color: black;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
background-color: var(--ls-secondary-background-color);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.zotero-search-item:hover {
|
||||
background-color: var(--ls-secondary-background-color);
|
||||
}
|
||||
|
||||
.zotero-search-item-type {
|
||||
background-color: var(--ls-quaternary-background-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user