Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dark.css')
-rw-r--r--static/css/dark.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/static/css/dark.css b/static/css/dark.css
new file mode 100644
index 0000000..1b6eb1f
--- /dev/null
+++ b/static/css/dark.css
@@ -0,0 +1,44 @@
+body {
+ color: #fff;
+ background-color: #000;
+}
+
+::-moz-selection {
+ background: #666;
+ text-shadow: none
+}
+
+::selection {
+ background: #666;
+ text-shadow: none
+}
+
+hr {
+ border-color: #333;
+}
+
+blockquote {
+ border-color: #fff;
+}
+
+h1,h2,h3,h4,h5,h6 {
+ color: #fff;
+}
+
+a,a:hover {
+ color: #fff;
+ text-decoration: underline;
+}
+
+a:hover {
+ opacity: 0.8;
+}
+
+.header nav,
+.footer {
+ border-color: #333;
+}
+
+.highlight {
+ background-color: #333;
+}