summaryrefslogtreecommitdiff
path: root/src/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.scss')
-rw-r--r--src/main.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.scss b/src/main.scss
index 3972b74..9860aa0 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -22,6 +22,13 @@ body {
background-size: 12px 12px;
padding-right: 13px;
}
+ &.feed {
+ background-position: center left;
+ background-repeat: no-repeat;
+ background-image: url(feed.svg);
+ background-size: 0.65em 0.65em;
+ padding-left: 0.8em;
+ }
}
}