diff options
| author | Haishan <[email protected]> | 2021-05-30 18:29:57 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2021-05-30 18:29:57 +0800 |
| commit | 13dcb7d6532a07bb86c54139c9e9d19eb892de4e (patch) | |
| tree | 31cb4ba8d5a88279913325c0ffd1288c20c3aa43 /src/components/TrafficNow.module.css | |
| parent | 146ee7baa5eb1112f83ddb5fccb4a63ff4382351 (diff) | |
Minor light theme style tweak
Diffstat (limited to 'src/components/TrafficNow.module.css')
| -rw-r--r-- | src/components/TrafficNow.module.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/components/TrafficNow.module.css b/src/components/TrafficNow.module.css deleted file mode 100644 index 0bb2276..0000000 --- a/src/components/TrafficNow.module.css +++ /dev/null @@ -1,21 +0,0 @@ -.TrafficNow { - color: var(--color-text); - display: flex; - align-items: center; - flex-wrap: wrap; - - :global { - .sec { - padding: 10px; - width: 180px; - div:nth-child(1) { - color: var(--color-text-secondary); - font-size: 0.7em; - } - div:nth-child(2) { - padding: 10px 0 0; - font-size: 1.8em; - } - } - } -} |
