mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
feat(srs): ux enhancement
This commit is contained in:
@@ -440,3 +440,26 @@ a.filter svg {
|
||||
.query-title {
|
||||
background: var(--ls-page-properties-background-color);
|
||||
}
|
||||
|
||||
.ls-card {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ls-card a[data-ref*="card"], .ls-card .page-reference[data-ref*="card"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cards-title {
|
||||
background: var(--ls-page-properties-background-color);
|
||||
border-radius: 4px;
|
||||
padding: 2px 8px;
|
||||
}
|
||||
|
||||
span.cloze {
|
||||
color: var(--ls-cloze-text-color);
|
||||
}
|
||||
|
||||
span.cloze-revealed {
|
||||
text-decoration: underline;
|
||||
text-underline-position: under;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user