/*
Theme Name: A11y'all child for AAATE
Theme URI: http://chezdom.net/themes
Author: Dominique Archambault
Author URI: http://chezdom.net
Template: a11yall
Description: Child theme to include logo as the title and a few functions
Version:        0.1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-------------------------------------------------------------- */
@import url("../a11yall/style.css");

h1.site-title {
    color: black;
}

a.cat-post-title:link {
    text-decoration: none;
}

a.cat-post-title:hover {
    text-decoration: underline;
}

div.members-only-notice p {
    font-weight: bold;
    font-size: x-large;
}