nightTab/css/utilities.css
2019-04-01 16:11:39 +01:00

21 lines
226 B
CSS
Executable File

.list-unstyled {
padding-left: 0;
margin-bottom: 0;
}
.list-unstyled li {
list-style-type: none;
}
.list-inline li {
display: inline-block;
}
.small {
font-size: 0.8em;
}
.muted {
color: rgb(var(--gray-12));
}