diff options
author | crupest <crupest@outlook.com> | 2023-08-31 00:30:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-31 00:30:35 +0800 |
commit | 9c69024cf5961c3c71fb58e4237f09a513d195b1 (patch) | |
tree | e3986003da3b261f3f0f96c24166fed016ff8b48 /FrontEnd/src/pages/timeline/TimelinePostCreateView.css | |
parent | 97c3d6f302e236a273d64ddffc632f18ed967cbc (diff) | |
download | timeline-9c69024cf5961c3c71fb58e4237f09a513d195b1.tar.gz timeline-9c69024cf5961c3c71fb58e4237f09a513d195b1.tar.bz2 timeline-9c69024cf5961c3c71fb58e4237f09a513d195b1.zip |
Minor buttons
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostCreateView.css')
-rw-r--r-- | FrontEnd/src/pages/timeline/TimelinePostCreateView.css | 4 |
1 files changed, 2 insertions, 2 deletions
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;
}
|