Commit 4ba09173 authored by Nicholas Verne's avatar Nicholas Verne Committed by Commit Bot

Crostini Upgrader Dialog: fix link colors

Fixed: 1119595
Change-Id: Ib977193730a533b29c4dc7f2e73737d56f9eb308
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366173
Commit-Queue: Nicholas Verne <nverne@chromium.org>
Commit-Queue: Jason Lin <lxj@google.com>
Auto-Submit: Nicholas Verne <nverne@chromium.org>
Reviewed-by: default avatarJason Lin <lxj@google.com>
Cr-Commit-Position: refs/heads/master@{#799980}
parent 95aecf9b
...@@ -88,6 +88,11 @@ ...@@ -88,6 +88,11 @@
justify-content: flex-end; justify-content: flex-end;
margin: 32px 0; margin: 32px 0;
} }
a[href] {
color: var(--cr-link-color);
text-decoration: none;
}
</style> </style>
<div id="main"> <div id="main">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment