mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-03 04:02:40 +00:00
22 lines
353 B
SCSS
22 lines
353 B
SCSS
.archive {
|
|
.single-title {
|
|
text-align: right;
|
|
|
|
sup {
|
|
color: $global-font-secondary-color;
|
|
|
|
[theme='dark'] & {
|
|
color: $global-font-secondary-color-dark;
|
|
}
|
|
}
|
|
}
|
|
|
|
.group-title {
|
|
margin-top: 1.5rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
@import '../_partial/_archive/terms';
|
|
@import '../_partial/_archive/tags';
|
|
}
|