We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59cc89 commit d81cb41Copy full SHA for d81cb41
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hypermind",
3
- "version": "0.11.0",
+ "version": "0.11.1",
4
"description": "A decentralized P2P counter of active deployments",
5
"main": "server.js",
6
"scripts": {
public/style.css
@@ -490,4 +490,8 @@ a { color: var(--color-text-anchor-link); text-decoration: none; border-bottom:
490
flex-wrap: wrap;
491
gap: 10px;
492
}
493
+
494
+ #terminal-input, .prompt {
495
+ font-size: 16px;
496
+ }
497
0 commit comments