mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
enhance: add monospace theme for tooltips
This commit is contained in:
@@ -661,3 +661,7 @@
|
||||
.tippy-hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tippy-popper .tippy-tooltip.monospace-theme {
|
||||
font-family: 'Fira Code', Monaco, Menlo, Consolas, 'COURIER NEW', monospace;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user