diff --git a/website/assets/style.css b/website/assets/style.css index 29cca2d..8973c7e 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -86,12 +86,12 @@ p a { color: #333; font-weight: 700; text-decoration: none; - box-shadow: 0 1px 0 #007cd7; + box-shadow: 0 1px 0 #adc2ee; transition: box-shadow 200ms ease 0s; } p a:hover { - box-shadow: 0 2px 0 #007cd7; + box-shadow: 0 2px 0 #adc2ee; } strong { @@ -165,7 +165,7 @@ code { button { border: 0; border-radius: 0.25rem; - background: #007cd7; + background: #2f5f8b; color: white; font-family: -system-ui, sans-serif; font-size: 1rem; @@ -191,6 +191,7 @@ button { .col-lbl { display: block; cursor: pointer; + color: #333; } .col-chk { @@ -200,6 +201,8 @@ button { .col-lbl:before { content: '►'; margin-right: 1em; + color: #555; + font-size: 0.8em; } .col-cnt { @@ -250,8 +253,7 @@ hr { width: 100%; margin: 20px auto 40px; table-layout: fixed; - border-collapse: collapse; - + border-collapse: collapse; } .plan-icon { diff --git a/website/blocks/main.md b/website/blocks/main.md index 25ff38e..f20d10e 100644 --- a/website/blocks/main.md +++ b/website/blocks/main.md @@ -16,7 +16,7 @@ If this project helps you save on your map hosting costs, please subscribe to on -We offer support plans instead of 'Donate Now' buttons because accounting for business donations can be prohibitively difficult. When subscribing to a support plan, you receive a business invoice for each of your payments. +When subscribing to a support plan, you receive a business invoice for each of your payments. As a bonus, on **Silver** level and above, we can offer personalised technical support by email. diff --git a/website/blocks/map_howto.html b/website/blocks/map_howto.html index 5c10aa7..d00ae87 100644 --- a/website/blocks/map_howto.html +++ b/website/blocks/map_howto.html @@ -124,4 +124,4 @@ -
\ No newline at end of file + diff --git a/website/blocks/support_plans.html b/website/blocks/support_plans.html index 770f042..bb3c8c7 100644 --- a/website/blocks/support_plans.html +++ b/website/blocks/support_plans.html @@ -2,41 +2,41 @@