fix: 简单调整按钮格式

This commit is contained in:
Tim
2025-09-17 13:37:52 +08:00
parent ef9d90455f
commit 6baa4d4233
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
--primary-color-hover: rgb(9, 95, 105);
--primary-color: rgb(10, 110, 120);
--primary-color-disabled: rgba(93, 152, 156, 0.5);
--secondary-color:rgb(255, 255, 255);
--secondary-color-hover:rgba(165, 255, 255, 0.447);
--secondary-color: rgb(255, 255, 255);
--secondary-color-hover: rgba(10, 111, 120, 0.184);
--new-post-icon-color: rgba(10, 111, 120, 0.598);
--header-height: 60px;
--header-background-color: white;