/*
Theme Name:     LogicBlox Developer
Theme URI:
Description:    LogicBlox Child theme for Kleo
Author:         Niels Janssen
Author URI:     http://developer.logicblox.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/

/* Change highlight color to red instead of (unchangeable) purple */
.masonry-listing .format-standard .post-title {
    border-left: 3px solid #acc6ca;
}

/* Remove circle effect from feature items */
.feature-item.big-icons-size .feature-icon {
    border: 0px solid transparent;
}

/* Use theme colors for code fragments */
code {
    color: #5e7775;
    background-color: #eef3f5; 
}
