misuzu/assets/less/classes/changelog/listing.less

24 lines
402 B
Text
Raw Normal View History

2019-03-02 21:04:45 +00:00
.changelog__listing {
&__none {
margin: 1px 4px;
}
&__date {
display: block;
text-decoration: none;
padding: 1px 3px;
color: var(--accent-colour);
font-size: 1.2em;
line-height: 1.5em;
&:hover {
text-decoration: underline;
}
&:not(:first-child) {
margin-top: 4px;
}
}
}