/*
 Theme Name: Twenty Twenty-Three Child
 Theme URI: https://example.com/twentytwentythree-child
 Description: Child theme for Twenty Twenty-Three
 Author: Your Name
 Author URI: https://example.com
 Template: twentytwentythree
 Version: 1.0.0
*/

/* Import styles from the parent theme */
@import url("../twentytwentythree/style.css");
header.site-header,footer.footer!important {
    display: none;
}
* a {
    text-decoration: none;
}
input.form-control.readonly {
    background: #eee;
}
.entry-content blockquote {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}