/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
#reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    z-index: 999999;
    background: #6d0000;
    transition: width 0.1s linear;
    box-shadow: 0 0 4px rgba(109,0,0,0.4);
}