Skip to content

Commit

Permalink
core: frontend: Change hovered-network color
Browse files Browse the repository at this point in the history
Use a color that gets pretty both on light and dark mode, and is in sync with already used colors.
  • Loading branch information
rafaellehmkuhl authored and patrickelectric committed Jan 19, 2022
1 parent eda73d1 commit f368b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/frontend/src/components/wifi/WifiManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ export default Vue.extend({
.available-network:hover {
cursor: pointer;
background-color: #c5c5c5;
background-color: #62b9e4;
}
</style>

0 comments on commit f368b8b

Please sign in to comment.