diff --git a/app/assets/stylesheets/layout-standard.sass b/app/assets/stylesheets/layout-standard.sass index e26d5a6..7fb6838 100644 --- a/app/assets/stylesheets/layout-standard.sass +++ b/app/assets/stylesheets/layout-standard.sass @@ -174,6 +174,4 @@ body.layout-standard float: right .title-entry font-size: $size-big - width: 95% - - \ No newline at end of file + width: 95% \ No newline at end of file diff --git a/app/assets/stylesheets/theme-paper.sass b/app/assets/stylesheets/theme-paper.sass index ea8195b..c7d9fbb 100644 --- a/app/assets/stylesheets/theme-paper.sass +++ b/app/assets/stylesheets/theme-paper.sass @@ -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