Skip to content

Commit

Permalink
make tooltip shadow shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
artisticat1 committed Oct 1, 2022
1 parent 499a1c7 commit 61cd456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ sup.cm-math, sub.cm-math {
/* Inline math tooltip styling */

.theme-light .cm-tooltip.cm-tooltip-cursor {
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.028), 0px 3.4px 6.7px rgba(0, 0, 0, .042), 0px 10px 30px rgba(0, 0, 0, .07);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.028), 0px 3.4px 6.7px rgba(0, 0, 0, .042), 0px 5px 20px rgba(0, 0, 0, .07);
}

.theme-dark .cm-tooltip.cm-tooltip-cursor {
Expand Down

0 comments on commit 61cd456

Please sign in to comment.