This repository has been archived on 2024-11-25. You can view files and clone it, but cannot push or open issues or pull requests.

21 lines
294 B
SCSS
Raw Normal View History

2023-10-12 14:01:05 +02:00
.page {
position: relative;
@extend %page-style;
.content {
[id] {
scroll-margin-top: var(--#{$prefix}scroll-mt);
}
}
@include blur;
}
@import '_single';
@import '_special';
@import '_archive';
@import '_home';
@import '_404';
@import '_offline';
@import '_friends';