/*
Theme Name: Lamarca
Theme URI: https://github.com/cmtinz
Author: Carlos Martínez P.
Author URI: 
Description: Tema para Magdalena Lamarca
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lamarca
Tags: full-site-editing, 
*/


.wp-block-quote p:first-of-type::before {
    content: url("./assets/images/quote-open.svg");
}

.wp-block-quote::after {
    content: url("./assets/images/quote-close.svg");
    width: 68px;
    margin-left: auto;
    display: block;
    margin-top: -1em;
}

.has-link-color  a {
    text-decoration: none;
}