Use bootstrap class for background color

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
Tilman Vatteroth 2020-05-24 11:19:48 +02:00 committed by mrdrogdrog
parent dc40dab9af
commit 47a88427da
2 changed files with 14 additions and 18 deletions

View file

@ -1,20 +1,20 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8"/>
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <link href="%PUBLIC_URL%/favicon.ico" rel="icon"/>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta name="theme-color" content="#000000" /> <meta content="#000000" name="theme-color"/>
<meta <meta
name="description" content="Web site created using create-react-app"
content="Web site created using create-react-app" name="description"
/> />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <link href="%PUBLIC_URL%/logo192.png" rel="apple-touch-icon"/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <link href="%PUBLIC_URL%/manifest.json" rel="manifest"/>
<title>React App</title> <title>React App</title>
</head> </head>
<body> <body class="bg-dark">
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div> <div id="root"></div>
</body> </body>
</html> </html>

View file

@ -6,10 +6,6 @@
html { html {
height: 100%; height: 100%;
} }
html,
body {
background-color: #333;
}
body { body {
min-height: 100%; min-height: 100%;
color: #fff; color: #fff;