.comment-body:after,.panel#menu-toggle-nav', 'border-color', '-0.3' ), //No Contrast array( '.hentry', 'border-color' ), array( '.milestone-countdown, .milestone-message', 'border-color' ), array( '.panel#menu-toggle-nav', 'background-color' ), array( '.hentry:after', 'border-color', '-0.3' ), array( '.bypostauthor > .comment-body', 'border-color' ), array( '.bypostauthor > .comment-body .comment-author:first-of-type .avatar-wrapper', 'border-color' ), array( '.toggles #menu-toggle:before,.hentry:before,.page-links a:hover span.active-link,.page-links span.active-link', 'background-color' ), //Contrast with white post background array( '.entry-title', 'color', '#fff' ), array( 'a, a:visited,.entry-title a, .entry-title a:visited', 'color', '#fff' ), array( 'a:hover, a:focus, a:active', 'color', '#fff' ), //Contrast with background (secondary widget area) array( '#secondary .widget a', 'color', 'bg' ), array( '.comment-navigation a,.comment-navigation a:visited,.comment-navigation a:hover,.comment-navigation a:active,.comment-navigation a:focus', 'color', 'bg' ), ), __( 'Links, Aside Posts, and Gallery Posts' ) ); //Blue add_color_rule( 'link', '#b1e8e6', array( array( '.hentry.format-link', 'border-color' ), array( '.hentry.format-link:before,.toggles #search-toggle:before', 'background-color' ), array( '.hentry.format-link:after', 'border-color', '-0.3' ), array( '.panel#search-toggle-nav', 'background-color' ), array( '.panel#search-toggle-nav', 'border-color', '-0.3' ), ), __( 'Link Posts' ) ); //Body text color add_color_rule( 'extra', '#656e7f', array( array( 'body', 'color', '#fff' ), //Contrast with background (secondary widget area) array( '#secondary .widget', 'color', 'bg' ), ) ); add_color_rule( 'extra', '#9ba2af', array( array( '.page-title,.comments-title', 'color', 'bg' ), array( '.entry-meta, .entry-meta a, .entry-meta a:visited, .entry-meta a:hover, .pingback .edit-link, .pingback .edit-link:visited, .pingback .edit-link:hover, .trackback .edit-link, .trackback .edit-link:visited, .trackback .edit-link:hover, #cancel-comment-reply-link, #cancel-comment-reply-link:visited, #cancel-comment-reply-link:hover, .reply, .reply:visited, .reply:hover', 'color', '#fff', 1 ), ) ); add_color_rule( 'extra', '#242d36', array( array( 'h1,h2,h3,h4,h5,h6', 'color', '#fff' ), array( '#secondary .widget h1,#secondary .widget h2,#secondary .widget h3,#secondary .widget h4,#secondary .widget h5,#secondary .widget h6,.widget-title', 'color', 'bg' ), ) ); add_color_rule( 'extra', '#ffffff', array( array( '#tertiary .widget', 'color', 'txt' ), array( '.main-navigation a, .main-navigation a:visited,.main-navigation a:hover', 'color', 'txt' ), array( '.main-navigation ul ul a,.main-navigation ul ul a:hover,.main-navigation ul ul a:visited', 'color', '#333' ), array( '.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a,.main-navigation .current_page_item > a:visited, .main-navigation .current-menu-item > a:visited', 'color', 'txt' ), array( '.main-navigation ul .current_page_item > a, .main-navigation ul .current-menu-item > a', 'color', '#333' ), array( '.panel .widget-area,.panel .widget-area .widget a,.panel .widget-area .widget .widget-title', 'color', 'txt' ), array( '.site-title a, .site-title a:visited', 'color', '#333' ), array( '.site-footer a, .site-footer a:visited, .site-footer a:hover', 'color', '#333' ), array( '.hentry.format-video:before,.hentry.format-audio:before', 'color', 'fg2', 1 ), array( '.hentry.format-link:before,.toggles #search-toggle:before,.panel#search-toggle-nav', 'color', 'link', 1 ), array( '.toggles #menu-toggle:before,.hentry:before,.page-links a:hover span.active-link,.page-links span.active-link,.panel#sidebar-toggle-nav,.page-links a span.active-link,.toggles #sidebar-toggle:before,.hentry.format-gallery:before, .hentry.format-aside:before', 'color', 'txt', 1 ), array( '.toggles #social-links-toggle:before,.panel#social-links-toggle-nav,.hentry.sticky:before, .hentry.format-image:before', 'color', 'fg1', 1 ), ) ); /* Additional color palettes */ add_color_palette( array( '#ebe9da', '#bd5532', '#84ad9d', '#e1b866', '#373b44' ), 'Rust' ); add_color_palette( array( '#e7e2d9', '#5b3b38', '#6f9d9f', '#a2bec2', '#755c51' ), 'Bluebell' ); /* Additional CSS to remove border colors on Reply box */ add_theme_support( 'custom_colors_extra_css', 'sorbet_extra_css' ); function sorbet_extra_css() { ?> div#respond, .comment-respond:after { border: 0 none !important; }