/*
 Theme Name:     Serene Child
 Theme URI:      https://www.elegantthemes.com/
 Description:    Serene Child Theme
 Author:         Daniel Philipsen - Strila.nl
 Author URI:     https://strila.nl
 Template:       serene
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

body.single article.post p:first-child {
    font-weight: 400 !important;
    background-image: linear-gradient(120deg, #ff99000d, rgb(237 222 93 / 0%) 100%);
    background-size: 100% 0.5em;
    background-position: 0px 90%;
    transition: background-size 0.45s cubic-bezier(1, -1.9, 0, 2.35);
    padding: 20px;
    margin-left: -20px;
}