tixcraft_bot/www/css/settings.css

18 lines
175 B
CSS
Raw Normal View History

2024-04-30 14:13:45 +00:00
body {
margin: 36px;
}
textarea {
font-family: monospace;
}
.message {
height: 20px;
background: #eee;
padding: 5px;
}
.disappear {
display: none;
}