Files
gtkmm/main.css

8 lines
118 B
CSS

.label{
font-weight: 700;
font-size: 20px;
border: 2px solid red;
}
.grid{
background-color: yellow;
}