From e2834a7c4d344dbde492a82bf10e3dddc84d1e8a Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Tue, 29 Mar 2022 10:44:12 -0400 Subject: [PATCH 1/2] Changelog --- docs/releases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases.md b/docs/releases.md index 6ad2915c..0b365edc 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -29,6 +29,7 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release * German (thanks to [@cmeis](https://github.com/cmeis)) * Italian (thanks to [@theTranslator](https://hosted.weblate.org/user/theTranslator/)) * Norwegian (*incomplete*, thanks to [@comradekingu](https://github.com/comradekingu)) +* Portuguese (Brazil, thanks to [@LW](https://hosted.weblate.org/user/LW/)) * Spanish (thanks to [@rogeliodh](https://github.com/rogeliodh)) * Turkish (thanks to [@ersen](https://ersen.moe/)) From 59b341dfb80409d31f151ecbc1d3d4eed5f6153a Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Tue, 29 Mar 2022 11:47:56 -0400 Subject: [PATCH 2/2] Fix color of home page --- web/public/static/css/home.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/public/static/css/home.css b/web/public/static/css/home.css index a0451824..feeaa7ee 100644 --- a/web/public/static/css/home.css +++ b/web/public/static/css/home.css @@ -16,7 +16,7 @@ html { } a, a:visited { - color: #3a9784; + color: #338574; } a:hover { @@ -114,7 +114,7 @@ code { } .anchor .anchorLink:hover { - color: #3a9784; + color: #338574; visibility: visible; } @@ -221,7 +221,7 @@ figcaption { /* Header */ #header { - background: #3a9784; + background: #338574; height: 130px; }