banished styles to legacy

This commit is contained in:
Daniel
2021-11-05 18:51:23 -04:00
parent 70eb62ef1c
commit 9f0cd93dd7
3 changed files with 33 additions and 17 deletions

View File

@@ -5,25 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Chaotic Backup">
<link rel="stylesheet" type="text/css" href="/public/css/legacy.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/>
<style>
html, body, div, span, a, p, ul, li, h1 {
margin: 0;
border: 0;
padding: 0;
/*box-sizing: inherit;*/
/* font: inherit;*/
/*text-decoration: inherit;*/
/*text-align: inherit;*/
/*color: inherit;*/
/*background: transparent;*/
}
a {
color: inherit;
text-decoration: inherit;
}
/*pass window height (w/o scroll bars) down to react app, note can't use vh because that includes scroll bars and mobile browser footer, etc so doesn't give viewable area*/
html, body { height: 100%; }
body {
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
html {
background-color:#1F1F1F;
color: grey;