Don't override the VarDumper styles

This commit is contained in:
Pierre Rudloff 2020-10-20 00:06:25 +02:00
parent 1da8bb55dc
commit 1d5a81ad8c
3 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,9 @@
body { body {
background-color: #ebebeb; background-color: #ebebeb;
background-image: url("../img/fond.jpg"); background-image: url("../img/fond.jpg");
}
.page {
font-family: "Open Sans", sans-serif; font-family: "Open Sans", sans-serif;
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;

View File

@ -36,5 +36,6 @@
</a> </a>
</div> </div>
</footer> </footer>
</div>
</body> </body>
</html> </html>

View File

@ -23,4 +23,5 @@
<link rel="manifest" href="{base_url}/resources/manifest.json"/> <link rel="manifest" href="{base_url}/resources/manifest.json"/>
<meta name="generator" content="AllTube Download ({$config->getAppVersion()})"/> <meta name="generator" content="AllTube Download ({$config->getAppVersion()})"/>
</head> </head>
<body class="{$class}"> <body>
<div class="page {$class}">