diff options
Diffstat (limited to 'app/assets/stylesheets/quotes')
-rw-r--r-- | app/assets/stylesheets/quotes/layout.css.sass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/quotes/layout.css.sass b/app/assets/stylesheets/quotes/layout.css.sass index e5dbd64..0b102db 100644 --- a/app/assets/stylesheets/quotes/layout.css.sass +++ b/app/assets/stylesheets/quotes/layout.css.sass | |||
@@ -92,6 +92,9 @@ body | |||
92 | padding: 0 | 92 | padding: 0 |
93 | position: static | 93 | position: static |
94 | width: 100% | 94 | width: 100% |
95 | .quote-speaker | ||
96 | font-weight: bold | ||
97 | color: green | ||
95 | &:hover | 98 | &:hover |
96 | background-color: #fffcec | 99 | background-color: #fffcec |
97 | .quote-header | 100 | .quote-header |