diff options
author | crupest <crupest@outlook.com> | 2023-08-29 20:41:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-29 20:41:34 +0800 |
commit | d65dcebc3ed64c96c70f0ee7f228b4dfe79b28a1 (patch) | |
tree | e034900d03242b0b9cf436e0b2d547dbff4f2062 /FrontEnd/src/components/dialog/Dialog.css | |
parent | b05860b6d2ea17db29a338659def49dc31082346 (diff) | |
download | timeline-d65dcebc3ed64c96c70f0ee7f228b4dfe79b28a1.tar.gz timeline-d65dcebc3ed64c96c70f0ee7f228b4dfe79b28a1.tar.bz2 timeline-d65dcebc3ed64c96c70f0ee7f228b4dfe79b28a1.zip |
...
Diffstat (limited to 'FrontEnd/src/components/dialog/Dialog.css')
-rw-r--r-- | FrontEnd/src/components/dialog/Dialog.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/src/components/dialog/Dialog.css b/FrontEnd/src/components/dialog/Dialog.css index e4c61440..f25309ae 100644 --- a/FrontEnd/src/components/dialog/Dialog.css +++ b/FrontEnd/src/components/dialog/Dialog.css @@ -17,7 +17,7 @@ right: 0;
top: 0;
bottom: 0;
- background-color: var(--cru-surface-dim-color);
+ background-color: var(--cru-dialog-overlay-color);
opacity: 0.8;
}
@@ -27,7 +27,7 @@ margin: 2em auto;
- border: var(--cru-key-container-color) 1px solid;
+ border: var(--cru-dialog-container-background-color) 1px solid;
border-radius: 5px;
padding: 1.5em;
background-color: var(--cru-surface-color);
|