Move basic CSS to index.html

This commit is contained in:
Paulus Schoutsen 2016-07-19 23:34:08 -07:00
parent 35edf041ae
commit ed2d134f36
1 changed files with 0 additions and 7 deletions

View File

@ -1,13 +1,6 @@
<link rel="import" href="../../bower_components/polymer/polymer.html">
<style is="custom-style">
body {
font-family: 'Roboto', 'Noto', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
:root {
--dark-primary-color: #0288D1;
--default-primary-color: #03A9F4;