From 6603762a6643fd5c507722e87fffad7ec0a36a36 Mon Sep 17 00:00:00 2001 From: copyleftie Date: Sat, 1 Jun 2019 01:33:46 -0400 Subject: [PATCH] fix: typo in sepia theme --- src/scss/themes/sam-sepia.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/themes/sam-sepia.scss b/src/scss/themes/sam-sepia.scss index cad111d..a91e6ef 100644 --- a/src/scss/themes/sam-sepia.scss +++ b/src/scss/themes/sam-sepia.scss @@ -1,4 +1,4 @@ -@import "sam.scss" +@import "sam.scss"; img { filter: sepia(100%);