mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
removed redundant json conversion
This commit is contained in:
parent
0fe659b25e
commit
94bbd5b46d
2 changed files with 3 additions and 1 deletions
|
|
@ -35,6 +35,8 @@ color_tag_loc = ""
|
|||
color_progressbar = ""
|
||||
logo_path = ""
|
||||
logo_width = ""
|
||||
favicon16_path = ""
|
||||
favicon32_path = ""
|
||||
placeholder_prefix = ""
|
||||
show_peeringdb = true
|
||||
text_results = ""
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue