From bdbf0454f4d464eed3939a6bf7cb05452f21b15b Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 4 Mar 2017 23:48:07 +0800 Subject: Initial upload. --- colors-night.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 colors-night.css (limited to 'colors-night.css') diff --git a/colors-night.css b/colors-night.css new file mode 100644 index 0000000..6ff2c60 --- /dev/null +++ b/colors-night.css @@ -0,0 +1,16 @@ +body { + background: #090933; + color: #FFF; +} +#panel li a.active { +background-color:#449; +} +#panel li a:hover:not(.active) { +background-color:#338; +} +#panel { +background-color:#116; +} +#content .block { +border: 1px solid #338; +} -- cgit v1.2.3