forked from mirrors/thatmattlove-hyperglass
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 = ""
|
color_progressbar = ""
|
||||||
logo_path = ""
|
logo_path = ""
|
||||||
logo_width = ""
|
logo_width = ""
|
||||||
|
favicon16_path = ""
|
||||||
|
favicon32_path = ""
|
||||||
placeholder_prefix = ""
|
placeholder_prefix = ""
|
||||||
show_peeringdb = true
|
show_peeringdb = true
|
||||||
text_results = ""
|
text_results = ""
|
||||||
|
|
|
||||||
|
|
@ -6953,7 +6953,7 @@ body {
|
||||||
.has-background-danger .title, .has-background-danger .subtitle, .has-background-danger p, .has-background-danger a {
|
.has-background-danger .title, .has-background-danger .subtitle, .has-background-danger p, .has-background-danger a {
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
.footer p, a {
|
.footer p, .footer a {
|
||||||
color: rgba(0, 0, 0, 0.7); }
|
color: rgba(0, 0, 0, 0.7); }
|
||||||
|
|
||||||
.navbar, .navbar-menu, .navbar-brand, .navbar-tabs {
|
.navbar, .navbar-menu, .navbar-brand, .navbar-tabs {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue