about summary refs log tree commit diff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/i.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/stylesheets/i.css b/stylesheets/i.css
new file mode 100644
index 0000000..574cf79
--- /dev/null
+++ b/stylesheets/i.css
@@ -0,0 +1,20 @@
+body {
+	background: #f8f8f8;
+	color: #000000;
+}
+a {
+	color: #1863a1;
+}
+.btn-primary {
+	background: #252e3f;
+	color: #f2f2f2;
+}
+.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
+	background: #353e5f;
+	color: #b7c1d5;
+    box-shadow: none;
+}
+.btn-primary:active, .btn-primary.active {
+    background: #353e5f;
+    box-shadow: none;
+}