diff options
author | crupest <crupest@outlook.com> | 2023-09-22 16:58:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-22 16:59:41 +0800 |
commit | 6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7 (patch) | |
tree | 6378aa13ebc5974cbfeeca9f6d525a643993687d /FrontEnd/src/components/index.css | |
parent | d477c7270c90b190ed82b13f48f39a05d83503d2 (diff) | |
download | timeline-6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7.tar.gz timeline-6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7.tar.bz2 timeline-6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7.zip |
...
Diffstat (limited to 'FrontEnd/src/components/index.css')
-rw-r--r-- | FrontEnd/src/components/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FrontEnd/src/components/index.css b/FrontEnd/src/components/index.css index 83b48318..2af7262e 100644 --- a/FrontEnd/src/components/index.css +++ b/FrontEnd/src/components/index.css @@ -7,6 +7,7 @@ }
body {
+ font-size: var(--cru-default-font-size);
font-family: var(--cru-default-font-family);
background: var(--cru-body-background-color);
color: var(--cru-text-major-color);
@@ -14,6 +15,9 @@ body { }
textarea {
+ font-size: 1rem;
+ resize: none;
+ outline: none;
transition: border-color 0.3s;
border-color: var(--cru-text-minor-color);
background: var(--cru-background-color);
|