diff options
| author | Haishan <[email protected]> | 2022-03-06 17:23:14 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-06 17:23:14 +0800 |
| commit | 8b2e4b6609deea56fdcafdf88172e577e5fadc38 (patch) | |
| tree | 9eae0c4359bbdced9afef25f67de799dcb50ac92 /src/components/shared/ThemeSwitcher.module.css | |
| parent | 3e87d8b52e62c6f8da48176c81267bacd36e3965 (diff) | |
| parent | d87cc00fc83bb2bc5c1ffa69b4dad71d51e1cc66 (diff) | |
Merge pull request #675 from haishanh/automatic-color-scheme
Diffstat (limited to 'src/components/shared/ThemeSwitcher.module.css')
| -rw-r--r-- | src/components/shared/ThemeSwitcher.module.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/components/shared/ThemeSwitcher.module.css b/src/components/shared/ThemeSwitcher.module.css deleted file mode 100644 index 919c86c..0000000 --- a/src/components/shared/ThemeSwitcher.module.css +++ /dev/null @@ -1,28 +0,0 @@ -.iconWrapper { - --sz: 40px; - - width: var(--sz); - height: var(--sz); - display: flex; - justify-content: center; - align-items: center; - - outline: none; - padding: 5px; - color: var(--color-text); - border-radius: 100%; - border: 1px solid transparent; -} -.iconWrapper:hover { - opacity: 0.6; -} -.iconWrapper:focus { - border-color: var(--color-focus-blue); -} - -.themeSwitchContainer { - appearance: none; - user-select: none; - background: none; - cursor: pointer; -} |
