| 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 a1b5da1241719e3e5ecbb171be5d8f786d677295..ea08df43500fc5ade5133334258073b660327cca 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
|
| @@ -74,6 +74,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;
|
|
|