/* ==UserStyle==
@name           TCRF /// Mint
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Makes TCRF slightly more green.
@author         Kayce Loves Maids
==/UserStyle== */

@-moz-document domain("tcrf.net") {
	html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, select, input {
    	border-radius: 0px !important;
	}
	
	body {
    	background-color: #cfb;
    	background-image: unset;
    	#content {
    	border: 1px solid #5f5;
    	}
    	a, #mw-panel .portal .body li a {
        	color: #138635;
    	}
    	.mw-body, .parsoid-body {
        	background-color: #efffef;
    	}
	}
}
