diff --git a/content/developers/help/license.md b/content/developers/help/license.md index e3b5db87..19479150 100644 --- a/content/developers/help/license.md +++ b/content/developers/help/license.md @@ -3,9 +3,10 @@ title = "What is the license for data on OpenAQ?" type = "developers/help" weight = 4 +++ + Air quality data is factual in nature, and in some jurisdictions may not be subject to copyright or other protections limiting its use or distribution. However, in some jurisdictions, copyright and/or laws and regulations may apply to some of the data on the OpenAQ platform. -A number of our sources provide their air quality data under specific licensing, such as Creative Commons licensing or open government licenses, which require source attribution. Regardless of whether such requirements exist or not, we provide attribution to the underlying source of data ingested onto the OpenAQ Platform. +A number of our sources provide their air quality data under specific licensing, such as Creative Commons licensing or open government licenses, which require source attribution. Regardless of whether such requirements exist or not, we provide attribution to the underlying source of data ingested onto the OpenAQ Platform. When required, OpenAQ users must acknowledge the original source(s) of any data they use, following the provider’s terms, and OpenAQ encourages users to acknowledge all original sources, even if the provider does not require it. diff --git a/themes/openaq/assets/scss/_help.scss b/themes/openaq/assets/scss/_help.scss index d9199af6..3ef6bb1d 100644 --- a/themes/openaq/assets/scss/_help.scss +++ b/themes/openaq/assets/scss/_help.scss @@ -70,6 +70,9 @@ justify-content: space-between; padding: 22px 20px; cursor: pointer; + svg { + fill: rgb(0, 0, 0); + } } &-content { @@ -115,7 +118,8 @@ input:checked { border-radius: 12px 12px 0 0; background: variables.$sky120; color: white; - .expand-icon { + svg { + fill: rgb(255, 255, 255); transform: rotate(180deg); } } diff --git a/themes/openaq/layouts/developers/help/list.html b/themes/openaq/layouts/developers/help/list.html index 512957dd..8663d7b7 100644 --- a/themes/openaq/layouts/developers/help/list.html +++ b/themes/openaq/layouts/developers/help/list.html @@ -13,9 +13,7 @@