diff --git a/changelog.html b/changelog.html
index 7897095e..745b7370 100644
--- a/changelog.html
+++ b/changelog.html
@@ -1,3 +1,9 @@
+
+
+
-
-
-
-
-
-
\ No newline at end of file
diff --git a/dark.css b/dark.css
index 6983d3ee..4e0e35e8 100644
--- a/dark.css
+++ b/dark.css
@@ -401,6 +401,12 @@ body.ffz-dark:not([data-page="teams#show"]),
background-color: #444;
}
+.ffz-dark .c-background-graph { background-color: #444 !important }
+
+.ffz-dark .shadow-border--bottom-right {
+ box-shadow: 1px 0 0 0 #474747, 0 1px 0 0 #474747;
+}
+
.ffz-dark .switch,
.ffz-dark .button,
.ffz-dark .pl-button--hollow,
@@ -1934,6 +1940,7 @@ body.ffz-dark:not([data-page="teams#show"]),
/* Video Uploads */
+.ffz-dark .vod-vertical-nav + div .card > div[style],
.ffz-dark #video-manager .card > div[style],
.ffz-dark .videos.uploads .card > div[style] {
background-color: #101010 !important;
@@ -1944,6 +1951,7 @@ body.ffz-dark:not([data-page="teams#show"]),
background-color: #161616;
}
+.ffz-dark .drop-zone__border,
.ffz-dark .subscription-modal__right,
.ffz-dark .subscription-modal__bar {
border-color: rgba(255,255,255,0.2);
@@ -2176,4 +2184,24 @@ body.ffz-dark:not([data-page="teams#show"]),
.ffz-dark .clmgr-table__cell-wrapper:nth-child(even) .clmgr-table__cell--collapsed:hover,
.ffz-dark .clmgr-table__cell--collapsed:hover {
background-color: rgba(255,255,255,0.2);
+}
+
+.ffz-dark .stats-table__header {
+ background-color: #101010;
+}
+
+.ffz-dark .border,
+.ffz-dark .stats-table__cell,
+.ffz-dark .stats-table {
+ border-color: #474747;
+}
+
+.ffz-dark .stats-table__cell { color: #ccc }
+
+.ffz-dark .stats-table__row:nth-child(even) {
+ background-color: #191919;
+}
+
+.ffz-dark .stats-table__row:hover {
+ background-color: #333;
}
\ No newline at end of file
diff --git a/old_changes.html b/old_changes.html
index 7635c2db..e7ae9d4a 100644
--- a/old_changes.html
+++ b/old_changes.html
@@ -1,3 +1,16 @@
+
+
+
+
+
+