minari-date/stylesheet.css

10 lines
172 B
CSS
Raw Normal View History

.helloworld-label {
font-size: 36px;
font-weight: bold;
color: #ffffff;
background-color: rgba(10,10,10,0.7);
border-radius: 5px;
padding: .5em;
}