diff --git a/changelog.html b/changelog.html index 8439c5bb..75c608a0 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,35 @@ +
3.5.502
+ + +
3.5.501
+ + +
3.5.500
+ + +
3.5.499
+ +
3.5.498
-
3.5.492
- - -
3.5.491
- - -
3.5.490
- - -
3.5.489
- -
View Older
\ No newline at end of file diff --git a/dark.css b/dark.css index d9f70292..c9ed9014 100644 --- a/dark.css +++ b/dark.css @@ -411,6 +411,10 @@ body.ffz-dark:not([data-page="teams#show"]), color: #fff; } +.ffz-dark .button:disabled { + background-color: #242424; +} + .ffz-dark .pl-button--hollow, .ffz-dark .button--hollow { box-shadow: inset 0 0 0 1px #4b367c } @@ -1602,6 +1606,10 @@ body.ffz-dark:not([data-page="teams#show"]), .ffz-dark .activity-list-end svg { fill: #474747 } +.ffz-dark .activity-meta { + box-shadow: 0 1px 0 #474747; +} + .ffz-dark .activity-meta-divider:before { background-color: #191919; border-top-color: #474747; @@ -1630,6 +1638,7 @@ body.ffz-dark:not([data-page="teams#show"]), .ffz-dark .activity-card { border: 1px solid; + background-color: #191919; } .ffz-dark .activity-card__reason { @@ -1655,6 +1664,11 @@ body.ffz-dark:not([data-page="teams#show"]), .ffz-dark .activity-meta__name { color: #ccc } +.ffz-dark .activity-reaction__emote-contain { + background-color: #101010; +} + + .ffz-dark .activity-card__comments { background-color: #121212; box-shadow:inset 0 1px 0 #474747; @@ -1665,6 +1679,10 @@ body.ffz-dark:not([data-page="teams#show"]), box-shadow: none; /*inset 0 0 0 1px #474747;*/ } +.ffz-dark .activity-create--card { + box-shadow: 0 1px 2px rgba(255,255,255,0.2); +} + .ffz-dark .c-background { background: #101010 !important } .ffz-dark .activity-create--focus { diff --git a/old_changes.html b/old_changes.html index c81a3963..a37df9e2 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,26 @@ +
3.5.492
+ + +
3.5.491
+ + +
3.5.490
+ + +
3.5.489
+ +
3.5.488