diff options
author | crupest <crupest@outlook.com> | 2023-09-22 17:04:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-22 17:04:22 +0800 |
commit | 7201bd3586007a0cb32a9ca640227eaca2faa0f4 (patch) | |
tree | ddeda38328a7de49cf260d3c43e37b5bb0eb78b4 /FrontEnd/src/components/index.css | |
parent | 6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7 (diff) | |
download | timeline-release.tar.gz timeline-release.tar.bz2 timeline-release.zip |
Diffstat (limited to 'FrontEnd/src/components/index.css')
-rw-r--r-- | FrontEnd/src/components/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/components/index.css b/FrontEnd/src/components/index.css index 2af7262e..bb1ebe66 100644 --- a/FrontEnd/src/components/index.css +++ b/FrontEnd/src/components/index.css @@ -16,6 +16,7 @@ body { textarea {
font-size: 1rem;
+ color: var(--cru-text-major-color);
resize: none;
outline: none;
transition: border-color 0.3s;
|