diff --git a/public/css/night.css b/public/css/night.css new file mode 100644 index 0000000..e0da637 --- /dev/null +++ b/public/css/night.css @@ -0,0 +1,12 @@ +:root { + background-color: #fefefe; + filter: invert(100%); +} + +* { + background-color: inherit; +} + +img:not([src*=".svg"]), video { + filter: invert(100%); +} \ No newline at end of file diff --git a/public/css/style.css b/public/css/style.css index 7f32ebc..2f88181 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -18,7 +18,3 @@ html, body { height: 150px; background-color: #f5f5f5; } - -input[type=checkbox] { - transform: scale(1.5); -} \ No newline at end of file diff --git a/templates/base.html.twig b/templates/base.html.twig index f522e7d..0db923f 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -34,7 +34,7 @@
-
+
{% block content %}{% endblock %}