diff options
author | crupest <crupest@outlook.com> | 2023-07-14 23:21:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-14 23:21:54 +0800 |
commit | c456e1769d2f06860f3d08272dc72407f96a42b8 (patch) | |
tree | 7e6d069af071641527fdd3fb8edc1c2d41c404e0 /FrontEnd/src/index.css | |
parent | d808b68d959aa59347e1c4ce7084a7afcfa80522 (diff) | |
download | timeline-c456e1769d2f06860f3d08272dc72407f96a42b8.tar.gz timeline-c456e1769d2f06860f3d08272dc72407f96a42b8.tar.bz2 timeline-c456e1769d2f06860f3d08272dc72407f96a42b8.zip |
...
Diffstat (limited to 'FrontEnd/src/index.css')
-rw-r--r-- | FrontEnd/src/index.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/FrontEnd/src/index.css b/FrontEnd/src/index.css index 2faecfae..925d9c26 100644 --- a/FrontEnd/src/index.css +++ b/FrontEnd/src/index.css @@ -4,9 +4,6 @@ @import "./views/common/index.css";
-body {
- background: var(--cru-background-color);
-}
small {
line-height: 1.2;
@@ -24,7 +21,7 @@ small { textarea {
resize: none;
outline: none;
- border-color: var(--cru-background-2-color);
+ border-color: var(--cru-bg-2-color);
}
textarea:hover {
|