feat: add offline check (#247)

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
Alex 2022-12-01 11:08:09 +08:00 committed by GitHub
parent 93d78d9c8b
commit 96775ebcf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 6 deletions

View file

@ -1,7 +1,7 @@
:root {
--c-primary: #EA9E44;
--c-primary-active: #C16929;
--c-border: #88888820;
--c-border: #eee;
--c-bg-base: #fff;
--c-bg-active: #f6f6f6;
@ -19,6 +19,8 @@
}
.dark {
--c-border: #222;
--c-bg-base: #111;
--c-bg-active: #191919;
--c-bg-code: #ffffff06;