<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
nav {background-color: #66d066;}
nav a {color: white;}
nav a:hover {color: #c1ffc1;}
.dropbtn {background-color: #4CAF50;}
.dropdown-content {background-color: #f1f1f1;}
.dropdown-content a {color: black;}
.dropdown-content a:hover {background-color: #007f00;}
.dropdown-username {background-color: #D2B48C; color: #004600;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
header hr {background-color: #99e099;}
header .currentpage {color: #e0ffe0;}
footer .currentpage {color: #c7f6c7;}
blockquote {color: #004600;}
body {background-color: white; color: black;}
.container-parent {background-color: #67d996;}
.container-child {background-color: #b3ecca;}
#main a {color: #007f00;}
#main a:hover {color: #006500;}
footer {background-color: #007f00; color: white;}
.button-good {background-color:#2e7d32;}
.button-bad { background-color: maroon; }
footer a {color: white;}
footer a:hover {color: #93de93;}
.highlight, .minihighlight {
	color: #007f00;
}
#welcome {
	background-color: #eaf4ea;
}
.success {color: #004600;}
.error {
	color: #8b0000;
}
.table-grid, .table-grid th, .table-grid td {border: 1px solid black;}
#markdowncontainer {background-color: #f1f1f1;}
#markdowninput {background-color: #D3D3D3;}
.tile-container {background-color: #67d996;}
.extreme {background-color: #b3ecca;}
.extreme-sub, .single-sub {background-color: #b3f7cf;}
.extreme-sub:hover, .single-sub:hover {background-color: white;}
#chat {background-color: #66d066;}
#chat-nav, #chat-body {background-color: #cfc;}
</pre></body></html>