/**
 * Theme Name:    ShiningSource.org
 * Theme URI:     http://www.shiningsource.net/
 * Description:   The new look Shining Source.
 * Version:       2.0
 * Author:        Phil "Ty" Newton
 * Author URI:    http://www.shiningonline.org/
*/

.wp-block-image {
	position: relative;
}
	.wp-block-image figcaption {
		position: absolute;
		bottom: 1px;
		color: white !important;
		margin-bottom: 14px;
		padding: 0.5em;
		background: rgba(0, 0, 0, 0.5);
		left: 4px;
		right: 6px;
	}


.post .entry.content code {
    font-family: monospace;
}

