From fdfaf1f0e28666b0d00c9690de00c0254af806fd Mon Sep 17 00:00:00 2001 From: kevinsrose Date: Fri, 22 Sep 2017 12:33:20 -0400 Subject: [PATCH] Issue #16 - memory access queue font color (#33) * separated the md-content elements in cacheDisplay.html so that M.A.Q. doesnt have the dark theme * update PR to not overwrite clickable cache display functionality * whoops * update cacheDisplay to have the whole sidebar be a light theme with blue/dark blue colors * ok should be good now --- app.js | 4 ++++ src/cacheDisplay.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 82e8816..c45ba4f 100644 --- a/app.js +++ b/app.js @@ -5,6 +5,10 @@ simulator.config(function($mdThemingProvider) { .primaryPalette('blue') .accentPalette('blue-grey') .dark(); + + $mdThemingProvider.theme('docs-light') + .primaryPalette('blue') + .accentPalette('blue-grey'); }); simulator.controller('IndexController', ['$scope', function($scope) { diff --git a/src/cacheDisplay.html b/src/cacheDisplay.html index ff008bf..ffa6c8d 100644 --- a/src/cacheDisplay.html +++ b/src/cacheDisplay.html @@ -100,7 +100,7 @@
- + @@ -192,7 +192,7 @@ Speed
- +