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/APIConfig.module.scss | |
| parent | aad1d2681e4415add1ab440159bf1253b5b34d8e (diff) | |
Support switch theme on backend config page
Diffstat (limited to 'src/components/APIConfig.module.scss')
| -rw-r--r-- | src/components/APIConfig.module.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/components/APIConfig.module.scss b/src/components/APIConfig.module.scss index afc2d53..6581d46 100644 --- a/src/components/APIConfig.module.scss +++ b/src/components/APIConfig.module.scss @@ -10,11 +10,12 @@ align-items: center; .icon { - color: #2d2d30; - opacity: 0.4; + --stroke: #f3f3f3; + color: #20497e; + opacity: 0.7; transition: opacity 400ms; &:hover { - opacity: 0.7; + opacity: 1; } } } |
