// main: ../theme.less, out: false, compress: false, sourceMap: false

/* General widget area
**********************************/
.widget {
    color: @body-font-color;
}

/* Category and archive widgets
**********************************/
.widget_categories,
.widget_archive,
.widget_meta,
.widget_pages,
.widget_recent_entries,
.widget_recent_comments,
.widget_rss {
	
	ul {
		>li {
			color: @dark;
			&:before {
				background-color: @default;
			}
		}
	}
}