Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

button.less
input[type="button"] {
	background-color: rgb(20%, 20%, 20%);
	color: rgb(80%, 80%, 80%);
	&:hover {
		background-color: rgb(15%, 15%, 15%);
	}
	&:active {
		background-color: rgb(10%, 10%, 10%);
	}
}