diff --git a/htdocs/themes/geocities/css/codemirror.css b/htdocs/themes/geocities/css/codemirror.css index 01c6dd3..92f7f76 100644 --- a/htdocs/themes/geocities/css/codemirror.css +++ b/htdocs/themes/geocities/css/codemirror.css @@ -80,7 +80,7 @@ box-shadow: inset 1px 0 1px 1px rgba(0, 0, 0, 0.075); } blockquote.CodeMirror { - background-color: #F7F7F9; + background-color: #222; border-right: 1px solid #eee; min-width: 2em; height: 100%; @@ -97,7 +97,7 @@ blockquote.CodeMirror { blockquote.CodeMirror ol { z-index: 10; border: none; - background-color: #fff; + background-color: #000; margin-bottom: 0; } .CodeMirror-gutter-text { diff --git a/htdocs/themes/geocities/css/style.css b/htdocs/themes/geocities/css/style.css index 27129dc..8a95564 100644 --- a/htdocs/themes/geocities/css/style.css +++ b/htdocs/themes/geocities/css/style.css @@ -105,3 +105,8 @@ table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_ padding: 5px; } +/* backfixes */ + +blockquote.CodeMirror { + background-color: #000; +} diff --git a/htdocs/themes/geocities/views/defaults/header.php b/htdocs/themes/geocities/views/defaults/header.php index e86a6c3..a087d9f 100644 --- a/htdocs/themes/geocities/views/defaults/header.php +++ b/htdocs/themes/geocities/views/defaults/header.php @@ -48,14 +48,14 @@ $this->carabiner->display('css'); - config->item('site_name'); ?> + config->item('site_name'); ?>