summaryrefslogtreecommitdiff
path: root/share/css
diff options
context:
space:
mode:
Diffstat (limited to 'share/css')
-rw-r--r--share/css/dark.css14
-rw-r--r--share/css/light.css3
2 files changed, 17 insertions, 0 deletions
diff --git a/share/css/dark.css b/share/css/dark.css
new file mode 100644
index 0000000..64ea7c2
--- /dev/null
+++ b/share/css/dark.css
@@ -0,0 +1,14 @@
+body, html {
+ color: #eeeeee;
+ background-color: #333333;
+}
+
+a {
+ color: #9999ff;
+}
+
+.glightbox-clean
+.gslide-description {
+ color: #eeeeee!important;
+ background-color: #333333!important;
+}
diff --git a/share/css/light.css b/share/css/light.css
new file mode 100644
index 0000000..0fb96c9
--- /dev/null
+++ b/share/css/light.css
@@ -0,0 +1,3 @@
+a {
+ color: #000099;
+}