theme-color

This commit is contained in:
Shish 2020-02-24 22:46:51 +00:00
parent 08acfd2ac4
commit d1374c021e
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ class CustomHomeTheme extends HomeTheme
<head>
<title>$sitename</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="theme-color" content="#7EB977">
<meta name="viewport" content="width=device-width, initial-scale=1">
$hh
<style>

View file

@ -51,6 +51,7 @@ class Page extends BasePage
<title>{$this->title}</title>
<meta name="description" content="Rule 34, if it exists there is porn of it."/>
<meta name="viewport" content="width=1024">
<meta name="theme-color" content="#7EB977">
<link rel="stylesheet" href="$data_href/themes/$theme_name/menuh.css" type="text/css">
$header_html