Files
trestle/lib/admin/editor-style.css
T

20 lines
275 B
CSS

/*
* Trestle editor styles
*
* @since 1.0.0
*
* @package Trestle
*/
@import url( '/wp-content/themes/trestle/style.css' );
/* Overrides
--------------------------------------------- */
body {
background-color: #FFF;
}
.content {
width: 100%;
font-size: 1.6rem;
}