diff options
Diffstat (limited to 'app/assets/stylesheets/main/records.scss')
-rw-r--r-- | app/assets/stylesheets/main/records.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/records.scss b/app/assets/stylesheets/main/records.scss index dd4eac1..f57dded 100644 --- a/app/assets/stylesheets/main/records.scss +++ b/app/assets/stylesheets/main/records.scss | |||
@@ -52,6 +52,10 @@ | |||
52 | &.entry-type-blog { | 52 | &.entry-type-blog { |
53 | background-color: #90fefb; | 53 | background-color: #90fefb; |
54 | } | 54 | } |
55 | |||
56 | &.entry-type-stream, &.entry-type-update { | ||
57 | background-color: #98FB98; | ||
58 | } | ||
55 | } | 59 | } |
56 | 60 | ||
57 | & + li { | 61 | & + li { |