diff options
| author | Haishan <[email protected]> | 2021-06-13 15:20:12 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2021-06-13 18:26:30 +0800 |
| commit | c78dbcf8f89072dc9c2fa8ba81e2cf5a80218cd7 (patch) | |
| tree | 1801b2954623c3b6710ba769836e5c25a68cf65a /src/components/Modal.module.scss | |
| parent | aad1d2681e4415add1ab440159bf1253b5b34d8e (diff) | |
Support switch theme on backend config page
Diffstat (limited to 'src/components/Modal.module.scss')
| -rw-r--r-- | src/components/Modal.module.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Modal.module.scss b/src/components/Modal.module.scss index 6192a1f..8f9807c 100644 --- a/src/components/Modal.module.scss +++ b/src/components/Modal.module.scss @@ -11,11 +11,11 @@ .content { outline: none; position: relative; - color: #ddd; + color: var(--color-text); + background: #444; top: 50%; left: 50%; transform: translate(-50%, -50%); - background: #444; padding: 20px; border-radius: 10px; } |
