diff --git a/package.json b/package.json index ad9d208..075abd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypermind", - "version": "0.11.0", + "version": "0.11.1", "description": "A decentralized P2P counter of active deployments", "main": "server.js", "scripts": { diff --git a/public/style.css b/public/style.css index 1712587..c9cecfc 100644 --- a/public/style.css +++ b/public/style.css @@ -490,4 +490,8 @@ a { color: var(--color-text-anchor-link); text-decoration: none; border-bottom: flex-wrap: wrap; gap: 10px; } + + #terminal-input, .prompt { + font-size: 16px; + } }