diff options
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -68,12 +68,13 @@ div.pageheader { margin: 10px 0; } -div#branding { +div.branding { display: block; height: 100px; background-image: url(butterfly.png); background-position: 45% 0; background-repeat: no-repeat; + color: $link_color; } div#branding-logo { |