Don't override the VarDumper styles
This commit is contained in:
parent
1da8bb55dc
commit
1d5a81ad8c
3 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -36,5 +36,6 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -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}">
|
||||||
|
|
Loading…
Reference in a new issue