initial commit
This commit is contained in:
28
public/stylesheets/style.css
Normal file
28
public/stylesheets/style.css
Normal file
@ -0,0 +1,28 @@
|
||||
body {
|
||||
font: 1.3em "Lucida Grande", Helvetica, Arial, sans-serif;
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #00B7FF;
|
||||
}
|
||||
|
||||
canvas {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: -1%;
|
||||
}
|
||||
|
||||
#chart {
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#lastStatus {
|
||||
font-size: 0.8em;
|
||||
}
|
Reference in New Issue
Block a user