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 {
|
||||
background-color: #ebebeb;
|
||||
background-image: url("../img/fond.jpg");
|
||||
}
|
||||
|
||||
.page {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
|
|
|
@ -36,5 +36,6 @@
|
|||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -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}">
|
||||
|
|
Loading…
Reference in a new issue