diff options
Diffstat (limited to 'views/partials')
| -rw-r--r-- | views/partials/hootstream.ejs | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/views/partials/hootstream.ejs b/views/partials/hootstream.ejs index 9a9746b..8d6e16f 100644 --- a/views/partials/hootstream.ejs +++ b/views/partials/hootstream.ejs @@ -104,7 +104,7 @@ margin: 0px 0.75rem 0px 0px; } #hootevents .userLink { - color: #def; + color: #118; opacity: 0.8; text-align: right; width: 6rem; @@ -207,33 +207,27 @@ text-overflow: ellipsis; } #hootevents .fileRow div { - color: rgba(192,192,192,1.0); + color: rgba(64,64,64,1.0); background: transparent; padding: 0.5rem; white-space: nowrap; - } - #hootevents .fileRow { - } - #hootevents .fileRow { - } - #hootevents .fileRow div { position: relative; } #hootevents .fileRow div::after { content: ''; width: 100%; height: 100%; - opacity: 0.05; + opacity: 0.2; position: absolute; top: 0; left: 0; z-index: -1; } #hootevents .fileRow:nth-child(odd) div::after { - background-color: #ddd; + background-color: #448; } #hootevents .fileRow:nth-child(even) div::after { - background-color: #888; + background-color: #88b; } /** Misc */ @@ -288,6 +282,18 @@ .search_form input[type="text"]:invalid { caret-color: #888; } + #hootstream .userLink { + color: #def; + } + #hootevents .fileRow div { + color: rgba(192,192,192,1.0); + } + #hootevents .fileRow:nth-child(odd) div::after { + background-color: #88b; + } + #hootevents .fileRow:nth-child(even) div::after { + background-color: #448; + } } /** MEDIA QUERY: PHONE */ |
