ZHAWNotes/assets/styles/summary.css

23 lines
316 B
CSS
Raw Normal View History

2023-01-19 19:55:37 +00:00
.formula,
.letters {
margin-top: 2px;
margin-bottom: 2px;
color: black;
padding: 0.5rem;
padding-bottom: 1px;
margin-bottom: 0.5rem;
}
.formula p:last-child,
.letters p:last-child {
padding-bottom: 0;
}
.formula {
background: lightblue;
}
.letters {
background: lightyellow;
}