Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

high tax: switch red to blue, changing only the hue #14

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@

.tax-high {
color: #fff;
background-color: #f34336;
border-color: #f34336;
background-color: #3682f3;
border-color: #3682f3;
font-weight: bold;
}

Expand Down Expand Up @@ -166,8 +166,8 @@
<p>
<strong>Map legend</strong>
<ul>
<li><strong style="color:red">Red</strong> = single tax parcel that pays highest 10% of tax in your viewport</li>
<li><strong style="color:green">Green</strong> = single tax parcel that pays lowest 10% of tax in your viewport</li>
<li><strong style="color:#3682f3">Blue</strong> = single tax parcel that pays highest 10% of tax in your viewport</li>
<li><strong style="color:#4caf4f">Green</strong> = single tax parcel that pays lowest 10% of tax in your viewport</li>
<li><strong>Black</strong> = single tax parcel in the middle 80% of tax payments in your viewport</li>
<li><strong style="color:#DAA520">Yellow</strong> = cluster of multiple properties</li>
</ul>
Expand Down