From 42efc37189ff4125ba24eebf0f9f11a0a1939750 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 22 Aug 2019 18:16:17 +0200 Subject: [PATCH] Change padding --- public/css/night.css | 12 ++++++++++++ public/css/style.css | 4 ---- templates/base.html.twig | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 public/css/night.css 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 %}