/**
* 2024 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2024 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.blog-menu a,
.an-block-sidebar a,
.blog-item .title a {
  color: #000;
}
.blog-menu a:hover,
.an-block-sidebar a:hover,
.blog-item .title a:hover {
  color: #2fb5d2;
}

.anblog-tags a:hover {
  background-color: #2fb5d2;
  color: #fff;
}

.anblog-pagination .pagination .page-list li a:hover {
    color: #000;
}
