Browse Source

Get the CSS working

main
Luke Murphy 4 years ago
parent
commit
4a2cc7ccb1
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 4
      vocoder/static/styles.css
  2. 4
      vocoder/templates/index.html

4
vocoder/static/styles.css

@ -1 +1,5 @@
/* Custom CSS styles */
canvas {
border: 1px black solid; /* TODO: experimenting for now */
}

4
vocoder/templates/index.html

@ -9,16 +9,12 @@
href="/static/leaflet/leaflet.css"
type="text/css"
media="screen"
title="leaflet"
charset="utf-8"
/>
<link
rel="stylesheet"
href="/static/styles.css"
type="text/css"
media="screen"
title="custom css"
charset="utf-8"
/>
</head>
<body>

Loading…
Cancel
Save