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