feat: style zotero ui with css variables

This commit is contained in:
Junyu Zhan
2021-07-29 14:31:53 +08:00
parent b10cb8b8e6
commit aa8921987e
2 changed files with 15 additions and 7 deletions

View File

@@ -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);
}