mirror of
https://github.com/10h30/trestle.git
synced 2026-06-05 15:09:35 +09:00
34 lines
424 B
CSS
34 lines
424 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;
|
|
}
|
|
|
|
.content a {
|
|
color: #f15123;
|
|
}
|
|
|
|
.content a:hover {
|
|
color: #333;
|
|
}
|
|
|
|
.content ul,
|
|
.content ol {
|
|
margin: 0 0 26px 40px;
|
|
margin: 0 0 2.6rem 4rem;
|
|
} |