diff --git a/docs/app/css/style.css b/docs/app/css/style.css index 5783a858077..85bb6d52b26 100644 --- a/docs/app/css/style.css +++ b/docs/app/css/style.css @@ -75,6 +75,10 @@ a { text-decoration: none; font-weight: 400; transition: border-bottom 0.35s; + color: #1e88e5; +} +a:visited { + color: #7e57c2; } h1, h2, h3, h4, h5, h6 { margin-bottom: 1rem; @@ -432,10 +436,6 @@ a.docs-logo { font-size: 24px !important; font-weight: 400 !important; } -.md-breadcrumb md-icon { - color: #666 !important; - fill: #666 !important; -} .md-breadcrumb-page { display: inline-block; word-wrap: break-word; @@ -799,13 +799,6 @@ docs-demo .doc-demo-content { margin: 16px; } .site-content-toolbar { - background: #f6f6f6 !important; - color: #666 !important; - z-index: 3; -} -.site-content-toolbar { - background: #f6f6f6 !important; - color: #202020 !important; z-index: 3; } .service-desc { @@ -889,6 +882,7 @@ table.custom-table { box-shadow: 0 1px 2px rgba(10, 16, 20, 0.24), 0 0 2px rgba(10, 16, 20, 0.12); border-radius: 2px; background: #fafafa; + color: rgba(0,0,0,0.87); border-spacing: 0; } table.custom-table thead > { diff --git a/docs/app/js/app.js b/docs/app/js/app.js index 3ba23b20d4a..339e6faf665 100644 --- a/docs/app/js/app.js +++ b/docs/app/js/app.js @@ -62,6 +62,11 @@ function(SERVICES, COMPONENTS, DEMOS, PAGES, .primaryPalette('yellow') .dark(); + $mdThemingProvider.theme('site-toolbar') + .primaryPalette('grey', { + 'default': '100' + }); + $mdIconProvider.icon('md-toggle-arrow', 'img/icons/toggle-arrow.svg', 48); $mdIconProvider .iconSet('communication', 'img/icons/sets/communication-icons.svg', 24) diff --git a/docs/config/template/index.template.html b/docs/config/template/index.template.html index 7ee017782d3..a7cc00b719a 100644 --- a/docs/config/template/index.template.html +++ b/docs/config/template/index.template.html @@ -54,7 +54,7 @@