mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
7 lines
162 B
CSS
7 lines
162 B
CSS
.time {
|
|
font-style: italic;
|
|
font-size: var(--font-size-small);
|
|
color: var(--text-color-light);
|
|
margin-bottom: calc(var(--spacer) / var(--line-height));
|
|
}
|