Merge pull request #14 from Barbara-Pitt/config

activated dark and dark red themes
This commit is contained in:
towards-a-new-leftypol 2020-12-23 20:42:11 -05:00 committed by GitHub
commit 2f105e7d85
2 changed files with 5 additions and 3 deletions

View file

@ -36,6 +36,8 @@
$config['root'] = '/'; $config['root'] = '/';
$config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW'; $config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
$config['thumb_method'] = 'gm+gifsicle'; $config['thumb_method'] = 'gm+gifsicle';
$config['gnu_md5'] = '1'; $config['gnu_md5'] = '1';
$config['stylesheets']['Dark'] = 'dark.css';
$config['stylesheets']['Dark Red'] = 'dark_red.css';

View file

@ -1953,4 +1953,4 @@ div.mix {
footer { footer {
margin-bottom: 50px; margin-bottom: 50px;
} }