Skip to content

Commit

Permalink
feat(theme): text selection theming
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Jun 28, 2024
1 parent a3af824 commit f84d0b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body {
font-style: normal;
font-weight: 400;
font-family: "Fira Sans", sans-serif;
@apply text-sm selection:bg-mauve selection:text-base;
}
code,
pre,
Expand All @@ -36,7 +37,7 @@ samp {
font-weight: 400;
font-family: "JetBrains Mono", monospace;
font-optical-sizing: auto;
@apply text-sm;
@apply text-sm selection:bg-mauve selection:text-base;
}

li {
Expand Down

0 comments on commit f84d0b7

Please sign in to comment.