enhance: add monospace theme for tooltips

This commit is contained in:
Devon Zuegel
2021-11-16 21:51:07 -05:00
parent 9a56586e37
commit a4d2543bcc
4 changed files with 12 additions and 2 deletions

View File

@@ -661,3 +661,7 @@
.tippy-hover {
cursor: pointer;
}
.tippy-popper .tippy-tooltip.monospace-theme {
font-family: 'Fira Code', Monaco, Menlo, Consolas, 'COURIER NEW', monospace;
}