Change padding

This commit is contained in:
Thomas 2019-08-22 18:16:17 +02:00
parent 4096cf2541
commit 42efc37189
3 changed files with 13 additions and 5 deletions

12
public/css/night.css Normal file
View file

@ -0,0 +1,12 @@
:root {
background-color: #fefefe;
filter: invert(100%);
}
* {
background-color: inherit;
}
img:not([src*=".svg"]), video {
filter: invert(100%);
}

View file

@ -18,7 +18,3 @@ html, body {
height: 150px; height: 150px;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
input[type=checkbox] {
transform: scale(1.5);
}

View file

@ -34,7 +34,7 @@
<body> <body>
<div id="wrap"> <div id="wrap">
<div class="container" style="margin-top: 80px;" id="main_contain"> <div class="container" id="main_container" id="main_contain">
{% block content %}{% endblock %} {% block content %}{% endblock %}
</div> </div>
</div> </div>