diff --git a/static/script.js b/static/script.js
index 2fbc51a3..2fcf3185 100644
--- a/static/script.js
+++ b/static/script.js
@@ -7,7 +7,7 @@ $(function () {
$.post('/api/v1/shorten', {
url:url
},function (data) {
- $('#shortcode').html("Chotta URL: " + ''+window.location.href+data + '');
+ $('#shortcode').html("small URL: " + ''+window.location.href+data + '');
})
})
})
\ No newline at end of file
diff --git a/static/style.css b/static/style.css
index f5b37cc7..4f5941be 100644
--- a/static/style.css
+++ b/static/style.css
@@ -46,7 +46,7 @@
font-style: inherit;
margin-top: 3%;
margin-left: 25%;
- background:#FFFF00;
+ background-color: aquamarine;
width:fit-content;
}
.center{