diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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; |