<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GLOBAL: #Basic Styles
================================================== */
body { background: #ffcc00; }

/* GLOBAL: #Links
================================================== */
a, a:hover, a:visited { color:#353535; }
.content a { border-bottom:solid 1px #ffcc00; }
.content a:hover { border-bottom:solid 1px #353535; }

/* GLOBAL: #Buttons
================================================== */
.btn, .button, .added_to_cart, .btn-reply, .comment-reply-link { color:#353535; background: #ffcc00; }
.btn:hover, .button:hover, .btn-reply:hover, .comment-reply-link:hover { background: #353535; color:#ffcc00; }

/* GLOBAL: #Forms
================================================== */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { border-radius:0; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { background: #ffcc00; color:#353535; }
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background: #353535; color:#ffcc00; }


/* MODULE: #Main navigation
================================================== */
.sf-menu a:hover, .current-menu-item a { background: #353535; color:#fff; }


/* MODULE: #Slider
================================================== */
.flex-control-paging li a.flex-active { background: #000; background: #353535; }


/* MODULE: #Post
================================================== */
.post-date { background: #353535; color:#fff; border-bottom:solid 5px #ffcc00; }


/* GLOBAL: #Footer
================================================== */
.footer a { color:#ffcc00; }</pre></body></html>