summaryrefslogtreecommitdiffstats
path: root/assets/css/scopes/_page.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/scopes/_page.scss')
-rw-r--r--assets/css/scopes/_page.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/scopes/_page.scss b/assets/css/scopes/_page.scss
index e4c505e..70489fb 100644
--- a/assets/css/scopes/_page.scss
+++ b/assets/css/scopes/_page.scss
@@ -1,4 +1,4 @@
1.s-page { 1@include scope('page-content') {
2 :link { 2 :link {
3 color: var(--page--link--idle--fg); 3 color: var(--page--link--idle--fg);
4 } 4 }
@@ -18,4 +18,8 @@
18 img { 18 img {
19 max-width: 100%; 19 max-width: 100%;
20 } 20 }
21
22 > :first-child {
23 margin-top: 0;
24 }
21} 25}