Skip to content

Commit

Permalink
better colour balance
Browse files Browse the repository at this point in the history
  • Loading branch information
Hope41 committed Jan 23, 2024
1 parent 7a48b3f commit 1d54ced
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/ios_mission.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@
<style>
#a {
color: #622;
background-color: #cbb;
background-color: #dcc;
}

#a:hover {
background-color: #baa;
background-color: #cbb;
}

#b {
color: #550;
background-color: #ccb;
background-color: #ddc;
}

#b:hover {
background-color: #bba;
background-color: #ccb;
}

#c {
color: #060;
background-color: #bcb;
background-color: #cdc;
}

#c:hover {
background-color: #aba;
background-color: #bcb;
}
</style>
</head>
Expand Down

0 comments on commit 1d54ced

Please sign in to comment.