apply to search results too

remove style from html element on home page
pull/1134/head
Thomas Fournier 1 year ago
parent ea9315f3d3
commit b0990c3bad

@ -1,3 +1,10 @@
html {
background-image: url("/static/img/bg.svg");
background-repeat: repeat;
background-size: 30%;
background-color: #06476d !important;
}
body {
display: block !important;
margin: auto !important;

@ -1,4 +1,4 @@
<html style="background: #000;">
<html>
<head>
<link rel="apple-touch-icon" sizes="57x57" href="static/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="static/img/favicon/apple-icon-60x60.png">

Loading…
Cancel
Save