diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index d733489..468be75 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1822,6 +1822,9 @@ dl.bb-dl > dd > li { background-color: #000 } -#jot-title-wrap, #jot-category-wrap, #jot-text-wrap{ +#jot-title-wrap, #jot-category-wrap, #jot-text-wrap, #profile-jot-text{ transition: all 300ms 0s; +} +.bootstrap-tagsinput { + background-color: $comment_item_colour !important; } \ No newline at end of file diff --git a/plusfuture/php/style.php b/plusfuture/php/style.php index 8a3643d..7742e35 100644 --- a/plusfuture/php/style.php +++ b/plusfuture/php/style.php @@ -89,7 +89,7 @@ if (! $background_image) if (! $item_colour) $item_colour = 'rgb(255,255,255)'; if (! $comment_item_colour) - $comment_item_colour = 'rgb(255,255,255)'; + $comment_item_colour = 'rgb(246,246,246)'; if (! $item_opacity) $item_opacity = '1'; if (! $font_size)