Support dark and light theme

This commit is contained in:
Borys_Levytskyi
2016-11-27 16:13:19 +02:00
parent 1a3ff0c9b5
commit dbe3401ad5
5 changed files with 36 additions and 29 deletions

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/css" href="css/styles.css" />
</head>
<body>
<div id="root" class="dark">Doesn't work</div>
<div id="root">Ooops... Something went wrong ¯\_(ツ)_/¯</div>
<script src="/bundle.js"></script>
</body>
</html>