Navigation Menu

Skip to content

Commit

Permalink
References #24 - Worked with Paula to get a few of the colors worked …
Browse files Browse the repository at this point in the history
…out for the paper theme.
  • Loading branch information
jefflunt committed Jun 13, 2012
1 parent 0d4e611 commit 083b9c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions app/assets/stylesheets/layout-standard.sass
Expand Up @@ -174,6 +174,4 @@ body.layout-standard
float: right
.title-entry
font-size: $size-big
width: 95%


width: 95%
12 changes: 6 additions & 6 deletions app/assets/stylesheets/theme-paper.sass
Expand Up @@ -66,16 +66,16 @@ body.theme-paper
#thought-new-remaining-characters

.positive
border: 1px double $paper-theme-dark-grey
background: rgba(209, 255, 11, 0.5)

background: rgba(155, 255, 48, 0.6)
.neutral
border: 1px dashed $paper-theme-dark-grey

.negative
border: 1px dotted $paper-theme-dark-grey
background: rgba(179, 66, 66, 0.5)

background: rgba(0, 180, 255, 0.6)

input
border: 1px solid
border: 1px solid
font-family: $font-paper-headline
color: $paper-theme-dark-grey
background-color: $paper-theme-light-grey
Expand Down

0 comments on commit 083b9c6

Please sign in to comment.