diff options
author | crupest <crupest@outlook.com> | 2023-08-30 00:34:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-30 00:34:47 +0800 |
commit | 5c624ecb5c7e33039d9f14dbce099e4874efb23b (patch) | |
tree | c6d92dd30aaf210a293f13dff4d4424832442f7f /FrontEnd/src/components/dialog/DialogContainer.css | |
parent | d65dcebc3ed64c96c70f0ee7f228b4dfe79b28a1 (diff) | |
download | timeline-5c624ecb5c7e33039d9f14dbce099e4874efb23b.tar.gz timeline-5c624ecb5c7e33039d9f14dbce099e4874efb23b.tar.bz2 timeline-5c624ecb5c7e33039d9f14dbce099e4874efb23b.zip |
...
Diffstat (limited to 'FrontEnd/src/components/dialog/DialogContainer.css')
-rw-r--r-- | FrontEnd/src/components/dialog/DialogContainer.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FrontEnd/src/components/dialog/DialogContainer.css b/FrontEnd/src/components/dialog/DialogContainer.css index fbb18e0d..b3c52511 100644 --- a/FrontEnd/src/components/dialog/DialogContainer.css +++ b/FrontEnd/src/components/dialog/DialogContainer.css @@ -1,11 +1,10 @@ .cru-dialog-container-title { font-size: 1.2em; font-weight: bold; - color: var(--cru-key-color); + color: var(--cru-theme-color); margin-bottom: 0.5em; } - .cru-dialog-container-hr { margin: 1em 0; } |