Skip to content

Commit

Permalink
index: Change color of clear-settings button to redish
Browse files Browse the repository at this point in the history
Prevent confusion with the browser-check-proceed-anyway button
  • Loading branch information
rafaellehmkuhl committed Jul 9, 2024
1 parent 48fb14e commit f80c0b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
cursor: pointer;
border-radius: 5px;
}

#clear-settings-btn {
background-color: #a12626 !important;
}
</style>
</body>
</html>

0 comments on commit f80c0b7

Please sign in to comment.