chore: minor ui improvements

This commit is contained in:
Liyas Thomas
2022-12-14 19:29:04 +05:30
parent 0d26d4cdbd
commit ba6069324f
15 changed files with 43 additions and 36 deletions

View File

@@ -26,11 +26,11 @@ export function createHoppApp(el: string | Element) {
app.mount(el)
console.info(
"%cWe ❤︎ open source!",
"background-color:white;padding:8px 16px;border-radius:8px;font-size:32px;color:red;"
"%cWE ♥️ OPEN SOURCE",
"margin:8px 0;font-family:Inter;font-weight:600;font-size:60px;color:violet;"
)
console.info(
"%cContribute: https://github.com/hoppscotch/hoppscotch",
"background-color:black;padding:4px 8px;border-radius:8px;font-size:16px;color:white;"
"margin:8px 0;font-family:Inter;font-weight:500;font-size:24px;color:violet;"
)
}