/* Written by David Blue for extratone.com and bilge.world. */

body { background-color: #f7ff85; }

/* Blog header on index and post pages */ #blog-title a { font-family: 'IBM Plex Sans Condensed', sans-serif; font-size: 50px; color: #00006b; background-color: #f7ff85; text-transform: capitalize; } #blog-title a:hover { color: #b7b7b7; background-color: #f7ff85; }

/* Blog header on post pages ONLY */ body #post #blog-title a { padding: 4px 8px; }

/* Blog description (underneath title) on index page */ header .description { color: #62707c; font-style: italic; }

/* Post titles on blog index */ .post-title { font-weight: bolder; } .post-title a.u-url:link, .post-title a.u-url:visited { color: #272c30; }

/* "Read more..." links */ body #collection .read-more { color: #62707c; text-decoration: underline; }

/* Links inside blog posts */ article p a { color: #00006b; text-decoration: none; border-bottom: 2px solid blue; } article p a:hover { background-color: blue; color: white; text-decoration: italic; }

/*

RECIPES

*/

/* Format image display */

img { display: inline-block; margin: 0 auto; }

/* Hide post views */ header nav .views { display: none; }

.custom-nav { text-align: center; text-transform: uppercase; font-family: 'Source Code Pro', 'Segoe UI', Tahoma, Arial, sans-serif; color: #b7b7b7; } .custom-nav a:link, .custom-nav a:visited, .custom-nav a:hover, .custom-nav a:active { color: #00006b; } .custom-nav a:hover, .custom-nav a:active { text-decoration: underline; }