diff --git a/changelog.html b/changelog.html index 58b46e57..e9b2a241 100644 --- a/changelog.html +++ b/changelog.html @@ -1,4 +1,11 @@ -
3.5.458
+
3.5.459
+ + +
3.5.458
-
3.5.449
- -
View Older
\ No newline at end of file diff --git a/dark.css b/dark.css index 927e232e..05e59f5b 100644 --- a/dark.css +++ b/dark.css @@ -514,6 +514,29 @@ body.ffz-dark:not([data-page="teams#show"]), border-top-color: rgba(255,255,255,0.25); } +.ffz-dark .twitch_subwindow_container .card .text-content .content-header, +.ffz-dark .kraken-embed .card .text-content .content-header, +.ffz-dark .kraken-page .card .text-content .content-header, +.ffz-dark .twitch_subwindow_container .card .buttons, +.ffz-dark .kraken-embed .card .buttons, +.ffz-dark .kraken-page .card .buttons, +.ffz-dark .card-vod-edit { + border-color: #474747; +} + +.ffz-dark .playlist-menu-create { + background-color: #101010; + border-color: #474747; +} + +.ffz-dark .button--disabled { + background-color: #333; +} + +.ffz-dark .card-vod-edit { + box-shadow: 0 2px 4px 0 rgba(255,255,255,0.1); +} + .ffz-dark #highlighter .highlight-content .form-container li label { color: #fff; } diff --git a/old_changes.html b/old_changes.html index 05fa4e32..373f956b 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,9 @@ +
3.5.449
+ +
3.5.448