Skip to content

Commit

Permalink
add some spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sauldom102 committed Jan 3, 2025
1 parent c41df19 commit d77d3e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,13 @@
}

.FactorialOneTextEditor .TextEditorTheme__mark {
@apply p-0.5;
background: rgba(255, 212, 0, 0.14);
border-bottom: 2px solid rgba(255, 212, 0, 0.3);
padding-bottom: 2px;
}

.FactorialOneTextEditor .TextEditorTheme__markOverlap {
@apply p-0.5;
background: rgba(255, 212, 0, 0.3);
border-bottom: 2px solid rgba(255, 212, 0, 0.7);
}
Expand Down

0 comments on commit d77d3e6

Please sign in to comment.