From 2c70a6a9d689095443f606f1991c9651c2d85a27 Mon Sep 17 00:00:00 2001 From: Jordan Wright Date: Sat, 26 Dec 2015 21:35:09 -0600 Subject: [PATCH] Changed styling of API Docs --- static/css/docs.css | 5 +++++ templates/docs.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 static/css/docs.css diff --git a/static/css/docs.css b/static/css/docs.css new file mode 100644 index 00000000..8df000bd --- /dev/null +++ b/static/css/docs.css @@ -0,0 +1,5 @@ +nav .resource-group .heading a { + opacity: 1 !important; + background-color: #34495e !important; + color: white !important; +} diff --git a/templates/docs.html b/templates/docs.html index 474abbe7..0932e5b8 100644 --- a/templates/docs.html +++ b/templates/docs.html @@ -1,5 +1,5 @@ {{ define "base" }} -Gophish API Back to top

Gophish API

Gophish was built from the ground-up with a JSON API that makes it easy for developers and sysadmins to automate simulated phishing campaigns.

+Gophish API Back to top