diff --git a/stream/index.html b/stream/index.html
index 690ed52..bbba469 100644
--- a/stream/index.html
+++ b/stream/index.html
@@ -51,6 +51,14 @@
}
.actions button:hover, .actions a:hover { background: rgba(155,140,255,.3); }
.actions button:disabled { opacity: .5; cursor: default; }
+ .history { margin-top: 1.75rem; text-align: left; }
+ .history h2 { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase;
+ color: #7d768f; margin: 0 0 .4rem; font-weight: 600; }
+ .history ul { list-style: none; margin: 0; padding: 0; }
+ .history li { padding: .45rem 0; border-top: 1px solid rgba(255,255,255,.06); }
+ .history .h-title { color: #e8e4f2; font-size: .92rem; }
+ .history .h-artist { color: #8b849c; font-size: .8rem; margin-top: .1rem; }
+ .history .empty { color: #6b6480; font-size: .85rem; padding: .45rem 0; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%;
background: #4ade80; margin-right: .4rem; vertical-align: middle;
box-shadow: 0 0 0 0 rgba(74,222,128,.6); animation: pulse 2s infinite; }
@@ -75,6 +83,10 @@
+