From 9c69024cf5961c3c71fb58e4237f09a513d195b1 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 31 Aug 2023 00:30:35 +0800 Subject: Minor buttons --- FrontEnd/src/pages/setting/index.css | 4 ++-- FrontEnd/src/pages/timeline/TimelineCard.css | 4 ++-- FrontEnd/src/pages/timeline/TimelinePostCreateView.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'FrontEnd/src/pages') diff --git a/FrontEnd/src/pages/setting/index.css b/FrontEnd/src/pages/setting/index.css index a8a44524..19e7cff4 100644 --- a/FrontEnd/src/pages/setting/index.css +++ b/FrontEnd/src/pages/setting/index.css @@ -38,7 +38,7 @@ } .setting-item-label-sub { - color: var(--cru-text-secondary-color); + color: var(--cru-text-minor-color); } .setting-item-value-area { @@ -50,7 +50,7 @@ } .register-code { - background: var(--cru-text-primary-color); + background: var(--cru-text-major-color); color: var(--cru-background-color); border-radius: 3px; padding: 0.2em; diff --git a/FrontEnd/src/pages/timeline/TimelineCard.css b/FrontEnd/src/pages/timeline/TimelineCard.css index ab1a1fd0..29e59b62 100644 --- a/FrontEnd/src/pages/timeline/TimelineCard.css +++ b/FrontEnd/src/pages/timeline/TimelineCard.css @@ -17,13 +17,13 @@ .timeline-card-title { display: inline-block; vertical-align: middle; - color: var(--cru-text-primary-color); + color: var(--cru-text-major-color); margin: 0.5em 1em; } .timeline-card-title-name { margin-inline-start: 1em; - color: var(--cru-text-secondary-color); + color: var(--cru-text-minor-color); } .timeline-card-user { diff --git a/FrontEnd/src/pages/timeline/TimelinePostCreateView.css b/FrontEnd/src/pages/timeline/TimelinePostCreateView.css index 5986e566..252340f6 100644 --- a/FrontEnd/src/pages/timeline/TimelinePostCreateView.css +++ b/FrontEnd/src/pages/timeline/TimelinePostCreateView.css @@ -17,8 +17,8 @@ width: 100%; height: 100%; background-color: var(--cru-background-color); - color: var(--cru-text-primary-color); - border: 1px solid var(--cru-text-primary-color); + color: var(--cru-text-major-color); + border: 1px solid var(--cru-text-major-color); padding: 0.5em; border-radius: 5px; } -- cgit v1.2.3