summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 5b2d232..68397c6 100644
--- a/style.scss
+++ b/style.scss
@@ -76,7 +76,7 @@ body {
background-color: LightBlue;
ul {
border-bottom: 0;
- padding:0 0 0 15px;
+ padding: 0 0 0 15px;
}
a {
color: LightBlue;
@@ -86,6 +86,11 @@ body {
}
}
+#feedlink i {
+ font size: 80%;
+ line-height: 1em;
+}
+
.topbar {
height: 60px;
margin: 0;