mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
Enhance: Color system (#6821)
* refactor: remove redundant utility classes * chore: expose tailwind colors to css vars * refactor: introduce error/warning/success colors * fix: move tailwind utilities import * fix: extend tailwind font sizes * fix: exclude color classes from purge * refactor: admonition component * fix: admonition warning color * fix: notification icon color * fix: capitalize icon title * chore: remove caution color * feat: highlighting system * chore: add color title and remove comment * chore: add color translations * chore: add missing bg classes * refactor: highlight system * fix: color id * fix: bg color value * fix: pdf highlight colors * fix: resolve conflicts * fix: class directive typo
This commit is contained in:
@@ -305,20 +305,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.with-bg-color {
|
||||
@apply px-1;
|
||||
|
||||
color: #fff;
|
||||
|
||||
a, .page-reference:not(:hover) {
|
||||
color: #aacece;
|
||||
|
||||
.bracket {
|
||||
color: #aacece;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.block-properties {
|
||||
margin: 4px 0;
|
||||
padding: 4px 8px;
|
||||
|
||||
Reference in New Issue
Block a user