diff options
author | crupest <crupest@outlook.com> | 2021-06-15 17:14:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 17:14:04 +0800 |
commit | 0be1f595578153765d081cdb4478140da9cb8fc9 (patch) | |
tree | 1bd5f459479603df379edb7c0b55de963391c6ca /FrontEnd/src/views/common/Card.css | |
parent | 1f242271a98900ca0a72a13ab05efbf65090df0d (diff) | |
download | timeline-0be1f595578153765d081cdb4478140da9cb8fc9.tar.gz timeline-0be1f595578153765d081cdb4478140da9cb8fc9.tar.bz2 timeline-0be1f595578153765d081cdb4478140da9cb8fc9.zip |
...
Diffstat (limited to 'FrontEnd/src/views/common/Card.css')
-rw-r--r-- | FrontEnd/src/views/common/Card.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/common/Card.css b/FrontEnd/src/views/common/Card.css index daf4e12b..17c3c779 100644 --- a/FrontEnd/src/views/common/Card.css +++ b/FrontEnd/src/views/common/Card.css @@ -2,7 +2,7 @@ border: 1px solid;
border-color: #e9ecef;
border-radius: 8px;
- background: #f8f9fa;
+ background: #fefeff;
transition: all 0.3s;
}
|