HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: /var/www/wp-content/plugins/pojo-accessibility/modules/legacy/assets/less/style.less
@import "_mixing";
@import "_toolbar";
@import "_background";

.font-size-percent(@start-loop);

// Links Underline
body.pojo-a11y-links-underline {
	@import "_underline";
}

// Readable Font
body.pojo-a11y-readable-font {
	&,
	*:not(i):not(span) {
		font-family: Verdana, Arial, Helvetica, sans-serif !important;
	}
}

// Skip Link
.pojo-skip-link {
	position: absolute;
	top: -1000em;

	&:focus {
		left: 50px;
		top: 50px;
		height: auto;
		width: 200px;
		display: block;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		padding: 15px 23px 14px;
		background-color: #F1F1F1;
		color: #21759B;
		z-index: 100000;
		line-height: normal;
		text-decoration: none;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	}
}

body.rtl {
	.pojo-skip-link {
		&:focus {
			right: 50px;
			left: auto;
		}
	}
}

#pojo-a11y-toolbar {

	*,
	::before,
	::after {
		box-sizing: border-box;
	}
}

@import "_visibility";