Use theme
This commit is contained in:
parent
72e101865e
commit
acaa957f0b
1 changed files with 1 additions and 7 deletions
|
@ -6,14 +6,8 @@
|
||||||
<script src="../node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"></script>
|
<script src="../node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"></script>
|
||||||
<script src="../node_modules/plotly.js/dist/plotly.min.js"></script>
|
<script src="../node_modules/plotly.js/dist/plotly.min.js"></script>
|
||||||
<script src="../dist/infoscreens.js"></script>
|
<script src="../dist/infoscreens.js"></script>
|
||||||
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
|
<link rel="stylesheet" href="../theme/c-base.css">
|
||||||
<style>
|
<style>
|
||||||
body {
|
|
||||||
background-color: rgba(0, 0, 0, 0.98);
|
|
||||||
color: #fff;
|
|
||||||
padding: 0px;
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
main {
|
main {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 50vw 50vw;
|
grid-template-columns: 50vw 50vw;
|
||||||
|
|
Loading…
Reference in a new issue