/*
Theme Name: HTML Blog 
Author: Dev Sharma
Version: 1.0.1
Description: Custom blog theme for HTML website
*/


.wp-block-list
{
     list-style: disc !important;
}

/* FORCE bullets in WordPress blog content */

.blog-auhtor-sidebar-area ul,
.blog-auhtor-sidebar-area .wp-block-list {
    list-style-type: disc !important;
    padding-left: 25px !important;
}

.blog-auhtor-sidebar-area ol {
    list-style-type: decimal !important;
    padding-left: 25px !important;
}

.blog-auhtor-sidebar-area li {
    display: list-item !important;
}

.wp-block-list li
{
      list-style-type: disc !important;
}