/**
 * Theme Name:  apptheme
 * Author: Rainjeck
 * Author URI:  https://github.com/rainjeck/wordpress
 * License:     GNU General Public License v2 or later
 * Version:     1.0.0
 * Text Domain: tnwpt
*/

.bSeotxt a {
    color: #7FBFA3;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .2s ease;
}
.bSeotxt a:hover { color: #A3D9C0; }
.bSeotxt a:visited { color: #6FA891; }