Skip to content

Commit

Permalink
light mode clear btn fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steffalon committed Jan 28, 2024
1 parent d4470a8 commit acb8c4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/profile/ProfileOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const createNewProfile = () => {
}
.clear-button:hover {
background-color: #0f0f10;
background-color: #fffffe;
}
@media (prefers-color-scheme: dark) {
Expand All @@ -183,5 +183,9 @@ const createNewProfile = () => {
.saved {
border-top: 1px solid #fffffe;
}
.clear-button:hover {
background-color: #0f0f10;
}
}
</style>

0 comments on commit acb8c4b

Please sign in to comment.