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 {
background-color: #ebebeb;
background-image: url("../img/fond.jpg");
}
.page {
font-family: "Open Sans", sans-serif;
font-weight: 400;
text-align: center;

View File

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

View File

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