mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 11:42:39 +00:00
22 lines
355 B
SCSS
22 lines
355 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";
|
|
}
|