From 94bbd5b46d4e5ef864b24e4cbd8e1295cc43e3d7 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sat, 18 May 2019 15:59:49 -0700 Subject: [PATCH] removed redundant json conversion --- hyperglass/configuration/configuration.toml.example | 2 ++ hyperglass/static/css/hyperglass.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hyperglass/configuration/configuration.toml.example b/hyperglass/configuration/configuration.toml.example index 831556f..427f166 100644 --- a/hyperglass/configuration/configuration.toml.example +++ b/hyperglass/configuration/configuration.toml.example @@ -35,6 +35,8 @@ color_tag_loc = "" color_progressbar = "" logo_path = "" logo_width = "" +favicon16_path = "" +favicon32_path = "" placeholder_prefix = "" show_peeringdb = true text_results = "" diff --git a/hyperglass/static/css/hyperglass.css b/hyperglass/static/css/hyperglass.css index 0fe5472..dd64080 100644 --- a/hyperglass/static/css/hyperglass.css +++ b/hyperglass/static/css/hyperglass.css @@ -6953,7 +6953,7 @@ body { .has-background-danger .title, .has-background-danger .subtitle, .has-background-danger p, .has-background-danger a { color: #fff; } -.footer p, a { +.footer p, .footer a { color: rgba(0, 0, 0, 0.7); } .navbar, .navbar-menu, .navbar-brand, .navbar-tabs {