Set default theme to Jungle
This commit is contained in:
parent
1a6b26d2be
commit
0c8108fdfe
|
@ -310,7 +310,7 @@ $config['stylesheets']['TempDarkRed'] = 'temp_dark_red.css';
|
|||
$config['stylesheets']['AnonsDarkRed'] = 'anons_dark_red.css';
|
||||
$config['stylesheets']['BunkerLike'] = 'bunker_like.css';
|
||||
|
||||
$config['default_stylesheet'] = array('Dark Red', $config['stylesheets']['Dark Red']);
|
||||
$config['default_stylesheet'] = array('Jungle', $config['stylesheets']['Jungle']);
|
||||
/*
|
||||
* ====================
|
||||
* Javascript
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
||||
<link rel="stylesheet" media="screen" href="stylessheets/dark_red.css">
|
||||
<link rel="stylesheet" media="screen" href="/stylesheets/jungle.css">
|
||||
<style type="text/css">
|
||||
.sidebar {
|
||||
width: 200px;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<h1>{{ settings.title }}</h1>
|
||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
||||
<link rel="stylesheet" media="screen" href="stylessheets/dark_red.css">
|
||||
<link rel="stylesheet" media="screen" href="/stylesheets/jungle.css">
|
||||
</header>
|
||||
|
||||
<div class="ban">
|
||||
|
|
Loading…
Reference in New Issue