1
0
mirror of https://github.com/whippyshou/mastodon synced 2025-01-22 17:54:07 +09:00
This commit is contained in:
whippyshou 2023-12-16 21:50:05 +09:00
parent 55152074b4
commit f39bdd3ff8
4 changed files with 8 additions and 8 deletions

View File

@ -223,8 +223,8 @@ body.theme-bird-ui-light.layout-multiple-columns {
--color-mud: #f0dee2;
--color-black-coral: #9188a6;
--color-profile-button-hover: #db9e9e40;
--color-column-link-hover: #db9e9e40;
--color-profile-button-hover: #f1eff41a;
--color-column-link-hover: #f7f7f91a;
--color-modal-overlay: #6a5b8366;
--color-dark: #f7f9f9;
--color-thread-line: #e1e8ed;

View File

@ -248,8 +248,8 @@ body.theme-bird-ui-light.layout-single-column {
--color-black-coral: #9188a6;
--color-profile-button-hover: #db9e9e40;
--color-column-link-hover: #db9e9e40;
--color-profile-button-hover: #f1eff41a;
--color-column-link-hover: #f7f7f91a;
--color-modal-overlay: #6a5b8366;
--color-dark: #f7f9f9;

View File

@ -239,8 +239,8 @@ body.theme-default.layout-multiple-columns {
--color-black-coral: #9188a6;
--color-profile-button-hover: #db9e9e40;
--color-column-link-hover: #db9e9e40;
--color-profile-button-hover: #f1eff41a;
--color-column-link-hover: #f7f7f91a;
--color-modal-overlay: #6a5b8366;
--color-dark: #f7f9f9;

View File

@ -258,8 +258,8 @@ body.theme-default.layout-single-column {
--color-black-coral: #9188a6;
--color-profile-button-hover: #db9e9e40;
--color-column-link-hover: #db9e9e40;
--color-profile-button-hover: #f1eff41a;
--color-column-link-hover: #f7f7f91a;
--color-modal-overlay: #6a5b8366;
--color-dark: #f7f9f9;