diff --git a/src/templates/css/style.css b/src/templates/css/style.css index 9c8abc6..fb9774f 100644 --- a/src/templates/css/style.css +++ b/src/templates/css/style.css @@ -1,20 +1,21 @@ body { margin: 0; padding: 0; + color: white; + background-color: black; } .center { margin: auto; width: 96%; - border: 1px solid #73AD21; - padding: 10px; + /*border: 1px solid #73AD21; + padding: 10px;*/ } tr { font-family: "Lucida Console", Monaco, monospace; font-size : 12px; height: 22px; - color: black; } td { @@ -23,20 +24,20 @@ td { a:link { text-decoration: none; - color: black; + color: white; } a:visited { text-decoration: none; - color: black; + color: white; } a:hover { text-decoration: underline; - color: black; + color: white; } a:active { text-decoration: none; - color: black; + color: white; } \ No newline at end of file diff --git a/src/templates/header.html b/src/templates/header.html index 762b672..052a7a2 100644 --- a/src/templates/header.html +++ b/src/templates/header.html @@ -3,7 +3,7 @@ {{#refresh}} - + {{/refresh}} Hidden Monero Explorer diff --git a/src/templates/index.html b/src/templates/index.html index 679d3eb..9359e36 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -3,10 +3,10 @@

Current height: {{height}} | Server time {{server_timestamp}} | {{#refresh}} - Autorefresh ON (15 s) + Autorefresh is ON (20 s) {{/refresh}} {{^refresh}} - Autorefresh OFF + Autorefresh is OFF {{/refresh}}