/*
 * Theme Name:   Fractured Space
 * Description:  Fractured Space Theme
 * Version:      1.0.0
*/
/*Misc Resets*/
::selection
{
	background: #000;
	color: white;
}
::-moz-selection
{
	background: #000;
	color: white;
}
A
{
	color: inherit;
}
A:active, A:focus, A:hover
{
	color: inherit;
	outline: none !important;
}
INPUT, TEXTAREA
{
	-webkit-appearance: none;
}
TEXTAREA:focus, INPUT:focus
{
	outline: none;
}
/*Devtools*/
.devtools__size
{
	position: fixed;
	z-index: 10000000;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 8px;
	padding: 4px;
	right: 0;
	color: white;
}
