Skip to content

Commit

Permalink
Changed styling of "feels like" temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPuglisi committed Apr 20, 2016
1 parent d8b36a7 commit 6b1493f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ a:hover {
top: 2em;
}

#apparent {
font-size: 0.75em;
color: #d7d7d7;
}

#music #title, #weather #summary {
margin: 0;
}
Expand Down
10 changes: 6 additions & 4 deletions views/now.jade
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ html(lang='en')
span#temperature
| °
span.unit
|  / Feels like 
span#apparentTemperature
| °
span.unit
|  
span#apparent
| Feels like 
span#apparentTemperature
| °
span.unit
#music
h2#userLine.hide
a#songLink(href='', target='_blank').hide
Expand Down

0 comments on commit 6b1493f

Please sign in to comment.