From 2b56f4eee7596d772ce161449b14396b0eddbfb2 Mon Sep 17 00:00:00 2001 From: it00147 Date: Wed, 26 Nov 2025 14:26:12 +0000 Subject: [PATCH] CSS modified --- static/myip.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/myip.css b/static/myip.css index 089d755..3ab505b 100644 --- a/static/myip.css +++ b/static/myip.css @@ -66,8 +66,9 @@ body { background: #101F2D; color: #ffffff; font-size: 1.2em; - padding: 5px 20px; + padding: 8px 20px; transition: all .3s; + border:0; } .copy-btn-below:hover, .copy-btn-below:active { font-family: 'Montserrat', Helvetica, Arial, sans-serif; @@ -76,7 +77,8 @@ body { background: #79858B; color: #ffffff; font-size: 1.2em; - padding: 5px 20px; + padding: 8px 20px; transition: all .3s; + border:0; }