diff options
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);
|