diff --git a/inc/instance-config.php b/inc/instance-config.php index cbae4ce9..5ae90e91 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -361,7 +361,7 @@ $config['stylesheets']['AnonsDarkRed'] = 'anons_dark_red.css'; $config['stylesheets']['BunkerLike'] = 'bunker_like.css'; $config['stylesheets']['Post-Left'] = 'dead.css'; -$config['default_stylesheet'] = array('Yotsuba', 'yotsuba.css'); +$config['default_stylesheet'] = array('Yotsuba', 'bunker_like.css'); /* * ==================== * Javascript diff --git a/stylesheets/bunker_like.css b/stylesheets/bunker_like.css index 65de9e9b..75e28c6b 100644 --- a/stylesheets/bunker_like.css +++ b/stylesheets/bunker_like.css @@ -173,3 +173,20 @@ hr { .options_tab_icon.active { color: #FFB300; } + +/* FIXES */ +div.ban { + background: #1D1F21; + border: 1px dashed #117743; +} + +div.ban h2 { + background: #282A2E; + color: #ACACAC; +} + +table thead th { + background: #282A2E; + color: #ACACAC; + border: 1px solid #117743; +} diff --git a/templates/themes/categories/frames.html b/templates/themes/categories/frames.html index 2f4e53de..b3d24fc1 100644 --- a/templates/themes/categories/frames.html +++ b/templates/themes/categories/frames.html @@ -5,7 +5,7 @@ - +