From 42966688b19ec91426229ec4580767f7273120fb Mon Sep 17 00:00:00 2001 From: Plamen Nedkov Date: Thu, 28 Dec 2023 22:56:48 -0600 Subject: [PATCH] Update the color scheme --- ipget/static/style.css | 11 +++++++++-- ipget/templates/index.html | 15 +++++++-------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/ipget/static/style.css b/ipget/static/style.css index a341e51..4f58cd8 100644 --- a/ipget/static/style.css +++ b/ipget/static/style.css @@ -3,6 +3,7 @@ --dgray: #0D1117; --mgray: #161B22; --gray: #8D949F; + --lgray: #d3d3d3; --green: #83D882; --red: #F87A54; --lred: #FFC7A8; @@ -16,7 +17,7 @@ body { color: var(--green); background-color: var(--black); - font-family: 'Roboto Mono', monospace; + font-family: 'Source Code Pro', monospace; margin: 0; padding: 20px; display: flex; @@ -76,7 +77,7 @@ td:nth-child(2) { } th:nth-child(3), td:nth-child(3) { - color: var(--green); + color: var(--lgray); word-wrap: break-word; word-break: break-all; overflow-wrap: break-word; @@ -109,3 +110,9 @@ footer { opacity: 1; } } + +p { + font-size: 32px; + font-weight: bold; + color: var(--green); +} diff --git a/ipget/templates/index.html b/ipget/templates/index.html index 20b5834..e4e98d4 100644 --- a/ipget/templates/index.html +++ b/ipget/templates/index.html @@ -3,7 +3,7 @@ IP Get - + @@ -16,7 +16,7 @@ curl {{ client_info.remote_hostname }}
curl {{ client_info.remote_hostname }}/ip IP Address - {{ client_info.ip }} +

{{ client_info.ip }}

curl {{ client_info.remote_hostname }}/xff @@ -45,12 +45,11 @@ - - + + +