diff options
author | crupest <crupest@outlook.com> | 2023-08-16 02:15:21 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-16 02:15:21 +0800 |
commit | 0d81fa8b0971fe99329a7a773e42d7b879000406 (patch) | |
tree | 27923a9a69885b44b3c382378f9de3ec7378680d /FrontEnd/src/pages/setting/index.css | |
parent | 5bfd097ce4f67278462cd9ec0f63d819f0231a09 (diff) | |
download | timeline-0d81fa8b0971fe99329a7a773e42d7b879000406.tar.gz timeline-0d81fa8b0971fe99329a7a773e42d7b879000406.tar.bz2 timeline-0d81fa8b0971fe99329a7a773e42d7b879000406.zip |
...
Diffstat (limited to 'FrontEnd/src/pages/setting/index.css')
-rw-r--r-- | FrontEnd/src/pages/setting/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/src/pages/setting/index.css b/FrontEnd/src/pages/setting/index.css index c1950f9c..8af65e93 100644 --- a/FrontEnd/src/pages/setting/index.css +++ b/FrontEnd/src/pages/setting/index.css @@ -61,8 +61,8 @@ }
.register-code {
- background: var(--cru-surface-container-highest-color);
- border: 1px solid var(--cru-surface-container-highest-color);
+ background: var(--cru-text-primary-color);
+ color: var(--cru-background-color);
border-radius: 3px;
padding: 0.2em;
cursor: pointer;
|