fractal/data/resources/style.css
2021-02-16 11:30:41 +01:00

16 lines
222 B
CSS

.title-header {
font-size: 36px;
font-weight: bold;
}
.content {
background-color: @theme_base_color;
}
.content:backdrop {
background-color: @theme_unfocused_base_color;
}
.send-message-area {
margin: 6px;
}