about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/main')
-rw-r--r--app/assets/stylesheets/main/records.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/records.scss b/app/assets/stylesheets/main/records.scss index 47fdfa3..a8b7754 100644 --- a/app/assets/stylesheets/main/records.scss +++ b/app/assets/stylesheets/main/records.scss
@@ -57,6 +57,10 @@
57 &.entry-type-stream, &.entry-type-update { 57 &.entry-type-stream, &.entry-type-update {
58 background-color: #98FB98; 58 background-color: #98FB98;
59 } 59 }
60
61 &.entry-type-link {
62 background-color: #FFCC99;
63 }
60 } 64 }
61 65
62 &.entry-tag { 66 &.entry-tag {