mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
@@ -66,16 +66,11 @@
|
||||
@apply p-2;
|
||||
}
|
||||
|
||||
.cp__right-menu-button {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.cp__header-logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cp__header-logo:hover,
|
||||
.cp__right-menu-button:hover {
|
||||
.cp__header-logo:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@@ -112,3 +107,15 @@
|
||||
max-width: 7ch;
|
||||
color: var(--ls-icon-color, #045591);
|
||||
}
|
||||
|
||||
a.button {
|
||||
padding: 0.5rem;
|
||||
opacity: 0.6;
|
||||
display: block;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
a.button:hover {
|
||||
opacity: 1;
|
||||
background: var(--ls-tertiary-background-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user