diff --git a/light9/web/edit-choice.html b/light9/web/edit-choice.html --- a/light9/web/edit-choice.html +++ b/light9/web/edit-choice.html @@ -23,7 +23,6 @@
- Effect:
diff --git a/light9/web/style.css b/light9/web/style.css --- a/light9/web/style.css +++ b/light9/web/style.css @@ -156,7 +156,7 @@ a.resource { padding: 1px; margin: 2px; background: rgb(49, 49, 49); - display: block; + display: inline-block; text-shadow: 1px 1px 2px black; } .resource.minor { diff --git a/light9/web/timeline/timeline-elements.html b/light9/web/timeline/timeline-elements.html --- a/light9/web/timeline/timeline-elements.html +++ b/light9/web/timeline/timeline-elements.html @@ -273,7 +273,7 @@ #top { position: absolute; overflow: hidden; - background: rgba(123, 123, 123, 0.71); + background: rgba(19, 19, 19, 0.65); border-radius: 6px; border: 1px solid #313131; padding: 3px;