diff options
Diffstat (limited to 'app/assets/stylesheets/main/records.scss')
| -rw-r--r-- | app/assets/stylesheets/main/records.scss | 13 |
1 files changed, 13 insertions, 0 deletions
| diff --git a/app/assets/stylesheets/main/records.scss b/app/assets/stylesheets/main/records.scss index f57dded..a8b7754 100644 --- a/app/assets/stylesheets/main/records.scss +++ b/app/assets/stylesheets/main/records.scss | |||
| @@ -31,6 +31,7 @@ | |||
| 31 | .tags { | 31 | .tags { |
| 32 | margin: .25em; | 32 | margin: .25em; |
| 33 | display: flex; | 33 | display: flex; |
| 34 | flex-wrap: wrap; | ||
| 34 | padding-left: 0; | 35 | padding-left: 0; |
| 35 | 36 | ||
| 36 | li { | 37 | li { |
| @@ -56,6 +57,18 @@ | |||
| 56 | &.entry-type-stream, &.entry-type-update { | 57 | &.entry-type-stream, &.entry-type-update { |
| 57 | background-color: #98FB98; | 58 | background-color: #98FB98; |
| 58 | } | 59 | } |
| 60 | |||
| 61 | &.entry-type-link { | ||
| 62 | background-color: #FFCC99; | ||
| 63 | } | ||
| 64 | } | ||
| 65 | |||
| 66 | &.entry-tag { | ||
| 67 | margin-left: 0.5em; | ||
| 68 | |||
| 69 | &:before { | ||
| 70 | content: "#"; | ||
| 71 | } | ||
| 59 | } | 72 | } |
| 60 | 73 | ||
| 61 | & + li { | 74 | & + li { |
