From 43f1a61e8ae19f3cb01d4e4f3abb6711b501fc2f Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Sun, 1 Jan 2017 22:34:14 +0100 Subject: Initial code commit: WARNING, FUGLY JAVASCRIPT --- stylesheets/i.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 stylesheets/i.css (limited to 'stylesheets/i.css') 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; +} -- cgit 1.4.1