theme change to yotsuba

This commit is contained in:
towards-a-new-leftypol 2021-09-05 18:20:02 +00:00
parent d5bbcc205d
commit 5737427432
4 changed files with 3 additions and 12 deletions

View File

@ -367,7 +367,7 @@ $config['stylesheets']['AnonsDarkRed'] = 'anons_dark_red.css';
$config['stylesheets']['BunkerLike'] = 'bunker_like.css';
$config['stylesheets']['Post-Left'] = 'dead.css';
$config['default_stylesheet'] = array('Dark Red', $config['stylesheets']['Dark Red']);
$config['default_stylesheet'] = array('Yotsuba', 'yotsuba.css');
/*
* ====================
* Javascript

View File

@ -454,15 +454,6 @@
$board_link = $config['root'] . $board['dir'];
}
$required_scripts = array('js/jquery.min.js', 'js/jquery.mixitup.min.js',
'js/catalog.js');
// Include scripts that haven't been yet included
foreach($required_scripts as $i => $s) {
if (!in_array($s, $config['additional_javascript']))
$config['additional_javascript'][] = $s;
}
$template_config = Array(
'settings' => $this->settings,
'config' => $config,

View File

@ -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="/stylesheets/dark_red.css">
<link rel="stylesheet" media="screen" href="/stylesheets/yotsuba.css">
<style type="text/css">
.sidebar {
grid-column: 1;

View File

@ -20,7 +20,7 @@
<img src="{{ config.logo }}" alt="logo" class="home-logo">
<div class="subtitle">{{ settings.subtitle }}</div>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
<link rel="stylesheet" media="screen" href="/stylesheets/dark_red.css">
<link rel="stylesheet" media="screen" href="/stylesheets/yotsuba.css">
<p class="home-description" >{{ description }}</p>
</header>
</div>