Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2641)

Unified Diff: chrome/browser/resources/md_history/app.html

Issue 2549133003: [MD History] Color tweaks. (Closed)
Patch Set: fixnit Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_history/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index a693334ebef3f99a6db2cb209035604852ed3ed6..ba0d9c72936f879e95eb806bd7d7996d90af4544 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -17,6 +17,7 @@
<template>
<style include="shared-style">
:host {
+ color: var(--primary-text-color);
display: block;
height: 100%;
overflow: hidden;
@@ -63,7 +64,7 @@
#drawer-header {
align-items: center;
- border-bottom: 1px solid rgba(0, 0, 0, 0.08);
+ border-bottom: 1px solid var(--separator-color);
box-sizing: border-box;
display: flex;
height: var(--toolbar-height);
@@ -71,7 +72,7 @@
h1 {
-webkit-padding-start: 24px;
- color: rgb(66, 66, 66);
+ color: var(--primary-text-color);
font-size: 123%;
font-weight: 400;
}
« no previous file with comments | « chrome/browser/resources/md_downloads/vulcanized.html ('k') | chrome/browser/resources/md_history/app.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698