From 3c6719baf5afee5c46dfc8171e442c62b680435c Mon Sep 17 00:00:00 2001 From: Caden Kriese Date: Thu, 2 Jun 2022 03:04:44 -0600 Subject: [PATCH] Update README to respect GitHub site theme (#105189) * Update README to respect GitHub site theme GitHub recently added support for specifying an alternate appearance when the site is using a dark theme [(see the changelog)](https://github.blog/changelog/2022-05-19-specify-theme-context-for-images-in-markdown-beta/). I've implemented this here with download links from https://flutter.dev/brand. * Change alt text --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30a0aefbfb..a88ce0e653 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -# [![Flutter logo][]][flutter.dev] + +

+ + + Flutter + +

+
[![Build Status - Cirrus][]][Build status] [![Discord badge][]][Discord instructions] @@ -85,7 +92,6 @@ Flutter is a fully open-source project, and we welcome contributions. Information on how to get started can be found in our [contributor guide](CONTRIBUTING.md). -[Flutter logo]: https://github.com/flutter/website/blob/archived-master/src/_assets/image/flutter-lockup-bg.jpg?raw=true [flutter.dev]: https://flutter.dev [Build Status - Cirrus]: https://api.cirrus-ci.com/github/flutter/flutter.svg [Build status]: https://cirrus-ci.com/github/flutter/flutter/master