/* @override 
	http://maadm.org/wp-content/themes/console/style.css?* */

/*
Theme Name: Console
Theme URI: https://github.com/scruffian/themes/tree/trunk/console
Author: Scruffian
Author URI: https://scruffian.com
Description: A theme that tries to mimic the look of a terminal.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: console
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/

html {
	color: #153eff;
}
body {
	background-color: #eeeeee;
	color: #153eff;
}

a {
	text-decoration: underline;
	color: #153eff;
}

a:hover {
	text-decoration: line-through;
}

.wp-block-search__input {
	background-color: #eeeeee;
	color: #153eff;
	font-size: 1.0em;
}

.wp-block-site-title {
	padding-bottom: 0px;
}

.wp-block-site-tagline {
	padding-bottom: 20px;
}
textarea, input {
	background: none;
	border: none !important;
	color: var(--wp--preset--color--foreground);
	padding-left: 0 !important;
	padding-right: 0 !important;
	caret-color: var(--wp--preset--color--foreground);
}

.is-layout-flow {
	width: 80%;
}

textarea:focus, input:focus {
	outline: none;
}

.wp-block-navigation-item {
	float: left;
	width: 100%;
	display: block;
}


