﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/**
 * Изменить заголовки в содержании
 */
/* Блок Warning */
.entry-content blockquote.is-style-warning:before {
content: "\2757";
}

/* Блок Question */
.entry-content blockquote.is-style-question:before {
content: "\2753";
}

/* Блок Danger */
.entry-content blockquote.is-style-danger:before {
content: "\274c";
}

/* Блок Check */
.entry-content blockquote.is-style-check:before {
content: "\2705";
}

/* Блок Info */
.entry-content blockquote.is-style-info:before {
content: "\1f446";
}

/* Блок Thumbs Up */
.entry-content blockquote.is-style-thumbs-up:before {
content: "\1f44d";
}

/* Блок Thumbs Down */
.entry-content blockquote.is-style-thumbs-down:before {
content: "\1f44e";
}

/* Блок Quote */
.entry-content blockquote.is-style-quote:before {
content: "\275d";
}
