diff options
Diffstat (limited to 'src/_footer.scss')
-rw-r--r-- | src/_footer.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/_footer.scss b/src/_footer.scss index 714a1cf..54a0500 100644 --- a/src/_footer.scss +++ b/src/_footer.scss | |||
@@ -7,3 +7,9 @@ | |||
7 | } | 7 | } |
8 | } | 8 | } |
9 | } | 9 | } |
10 | |||
11 | @mixin styles--dark { | ||
12 | .pageFooter { | ||
13 | border-block-start: 1px solid rgba(#fff, .1); | ||
14 | } | ||
15 | } | ||