Skip to content

Commit

Permalink
Temporary remove theme-color meta tag
Browse files Browse the repository at this point in the history
Since sub pages have individual themes now,
one global theme color doesn't look good
anymore.
  • Loading branch information
timsueberkrueb authored and plfiorini committed Feb 27, 2017
1 parent 33b2f29 commit 496ed0f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<!-- Specify theme color to color browser toolbars
according to the website style -->
<meta name="theme-color" content="#F44336">

<!-- Inline CSS -->
{% include css.html %}

Expand All @@ -25,7 +21,7 @@

<body class="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base">
{{ content }}

<noscript id="deferred-styles">
<!-- MDL -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en">
Expand Down

0 comments on commit 496ed0f

Please sign in to comment.