| Index: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
|
| diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
|
| index 2a75b24766a2b36154e78458f6205ebcd0e3b146..4f240965e169d00622455fc9d224769c6a01b495 100644
|
| --- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
|
| +++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
|
| @@ -73,6 +73,16 @@
|
| z-index: 1;
|
| }
|
|
|
| +#first-run-flow-cloud-pref {
|
| + color: white;
|
| + display: flex;
|
| +}
|
| +
|
| +#first-run-flow-cloud-pref a {
|
| + color: white;
|
| + text-decoration: none;
|
| +}
|
| +
|
| #first-run-learn-more {
|
| font-weight: bold;
|
| text-transform: uppercase;
|
|
|