cleanup of button toggle

This commit is contained in:
2021-07-19 22:54:16 -04:00
parent 65112c70c2
commit ade8faa2dc
3 changed files with 18 additions and 6 deletions

View File

@ -6,6 +6,14 @@
height: 600px;
}
textarea {
textarea, .navbar-brand {
font-family: 'Roboto Mono', monospace;
}
}
.navbar-brand {
font-size: 26px;
}
#live-mode-status {
display: none;
}