<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: A Theme Options Theme
Theme URI: http://themeshaper.com/sample-theme-options/
Description: A Twenty Ten child theme for demonstrating a sample theme-options.php
Author: The Automattic Theme Team
Version: 1.0
Template: twentyten
Tags:
*/

@import url(../twentyten/style.css);

body {
	background: brown;
}
#site-title a {
	color: brown;
}</pre></body></html>