mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 05:31:48 +02:00
Change padding
This commit is contained in:
parent
4096cf2541
commit
42efc37189
3 changed files with 13 additions and 5 deletions
12
public/css/night.css
Normal file
12
public/css/night.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
background-color: #fefefe;
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
img:not([src*=".svg"]), video {
|
||||
filter: invert(100%);
|
||||
}
|
|
@ -18,7 +18,3 @@ html, body {
|
|||
height: 150px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
input[type=checkbox] {
|
||||
transform: scale(1.5);
|
||||
}
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<body>
|
||||
<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 %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue