/*
Theme Name: Civil Media
Author: Octopluz
Author URI: http://octopluz.com
Version: 1.1.0
*/
@import url('stylesheets/base.css');
@import url('stylesheets/main.css');

/* 支持公庫 */
#menu-item-11768 > a {
    color: yellow !important;
}

/* widget 間隔 */
.advertisement-widget {
    margin-bottom: 15px;
}

/* 內文link顏色 */
.entry-content a {
    color: #ff7f00;
    text-decoration: none;
}

.entry-content a:hover {
    color: #ff7f00;
}