Skip to content

Commit

Permalink
ref(style): change selector background color
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxxeun committed Jul 31, 2024
1 parent 0d1f317 commit 7b34938
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@
}

::selection {
background: #32fff1 !important;
background: #ff51e8 !important;
color: #000000 !important;
}

::-moz-selection {
background: #32fff1 !important;
background: #ff51e8 !important;
color: #000000 !important;
}

.dark::selection {
background: #32fff1 !important;
background: #ff51e8 !important;
color: #000000 !important;
}

.dark::-moz-selection {
background: #32fff1 !important;
background: #ff51e8 !important;
color: #000000 !important;
}

Expand Down

0 comments on commit 7b34938

Please sign in to comment.