diff --git a/services/api/src/html/index.html b/services/api/src/html/index.html index b0e9446..0677a47 100644 --- a/services/api/src/html/index.html +++ b/services/api/src/html/index.html @@ -18,6 +18,22 @@ .hidden { display: none; } + + .query { + list-style-type: none; + padding-left: 0; + background-color: #131313; + width: fit-content; + padding: 2rem; + margin: 2rem; + border-radius: 10px; + border-left: #918b79 3px solid; + font-size: 1rem; + } + + .query pre { + margin: 0; + }

Saerro Listening Post

@@ -30,12 +46,13 @@ @@ -178,7 +215,7 @@ GET and POST. - To view the JSON outputs, you can use a tool like + To view the JSON outputs without fancy UIs, you can use a browser plugin like JSONView for Firefox @@ -204,3 +241,23 @@ >pstop]

+