<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Orange color scheme

*/

.hentry-content a,
.hentry-content a:visited,
.comment-date,
.comment-date a,
.comment-date a:visited
#respond a,
#respond a:visited,
form#commentform a,
form#commentform a:visited,
div.aside-column div.widget a,
div.aside-column div.widget a:visited{
	color: #2caada;
}

article .hentry-content a:hover,
section.sidebar a:hover,
article .hentry-meta .hentry-meta-left a:hover,
article .hentry-meta .hentry-meta-right a:hover,
li.comment .comment-sheet .comment-author a:hover,
.comment-date a:hover,
h5.small-title a:hover,
#respond a:hover,
button#submit:hover,
.button-message:hover,
#commentform input:focus,
#commentform textarea:focus,
div.aside-column div.widget a:hover,
div.aside-column input#s:focus,
article .hentry-title a:hover,
#contactForm input:focus,
#contactForm textarea:focus{
	color: white;
	background-color: #2caada;
	text-decoration: none;
	text-shadow: none;
}
::selection,
::-moz-selection {
	background: #2caada;
	color: white;
	text-shadow: none;
}
h1#site-title *:hover{
	color: #2caada;
	background: none;
}
.jp-play-bar {width: 0px;height: 100%;background: #2caada;}
.jp-volume-bar-value {background: #2caada;}</pre></body></html>