Fixed styling

This commit is contained in:
Przemek Dragańczuk 2020-02-16 14:37:52 +01:00 committed by GitHub
parent c7e205b71c
commit 2ea966e492

View File

@ -12,15 +12,6 @@
<script src="js/main.js"></script> <script src="js/main.js"></script>
<style> <style>
body {
background: #333333;
color: #fafafa;
}
label, legend, a {
color: #fafafa !important;
}
.container { .container {
max-width: 950px; max-width: 950px;
margin: 20px auto auto; margin: 20px auto auto;
@ -29,8 +20,6 @@
table { table {
width: 100%; width: 100%;
} }
</style> </style>
</head> </head>
<body> <body>
@ -68,4 +57,4 @@
</div> </div>
</body> </body>
</html> </html>