Merge pull request #241 from towards-a-new-leftypol/revert_dark
Restore dark red theme to be the default
This commit is contained in:
commit
21773482c3
|
@ -321,7 +321,7 @@ $config['stylesheets']['TempDarkRed'] = 'temp_dark_red.css';
|
||||||
$config['stylesheets']['AnonsDarkRed'] = 'anons_dark_red.css';
|
$config['stylesheets']['AnonsDarkRed'] = 'anons_dark_red.css';
|
||||||
$config['stylesheets']['BunkerLike'] = 'bunker_like.css';
|
$config['stylesheets']['BunkerLike'] = 'bunker_like.css';
|
||||||
|
|
||||||
$config['default_stylesheet'] = array('Jungle', $config['stylesheets']['Jungle']);
|
$config['default_stylesheet'] = array('Dark Red', $config['stylesheets']['Dark Red']);
|
||||||
/*
|
/*
|
||||||
* ====================
|
* ====================
|
||||||
* Javascript
|
* Javascript
|
||||||
|
|
|
@ -20,7 +20,6 @@ body {
|
||||||
}
|
}
|
||||||
h1
|
h1
|
||||||
{
|
{
|
||||||
font-family: 'lain', tahoma;
|
|
||||||
letter-spacing: -2px;
|
letter-spacing: -2px;
|
||||||
font-size: 20pt;
|
font-size: 20pt;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<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="{{ config.url_stylesheet }}">
|
||||||
<link rel="stylesheet" media="screen" href="/stylesheets/jungle.css">
|
<link rel="stylesheet" media="screen" href="/stylesheets/dark_red.css">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.sidebar {
|
.sidebar {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<h1>{{ settings.title }}</h1>
|
<h1>{{ settings.title }}</h1>
|
||||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
||||||
<link rel="stylesheet" media="screen" href="/stylesheets/jungle.css">
|
<link rel="stylesheet" media="screen" href="/stylesheets/dark_red.css">
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="ban">
|
<div class="ban">
|
||||||
|
|
Loading…
Reference in New Issue