/*
Theme Name: WebGo
Author: Webgo
Author URI: webgo.dev
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

a:not([class]) {
	color: currentcolor;
	text-decoration: underline 1px transparent;
	text-underline-offset: 2px;
	transition: text-decoration 0.4s;
}

a:not([class]):hover {
	text-decoration-color: currentcolor;
}