diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 16:47:13 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 16:47:13 +0900 |
| commit | 991d8e4ba1078eae9f663bafbc9448521863c4de (patch) | |
| tree | fc94212026195f2b5b1cc2b6a587fe1baeff8022 /src/web | |
| parent | Enable toplevel mangling (diff) | |
| download | misskey-991d8e4ba1078eae9f663bafbc9448521863c4de.tar.gz misskey-991d8e4ba1078eae9f663bafbc9448521863c4de.tar.bz2 misskey-991d8e4ba1078eae9f663bafbc9448521863c4de.zip | |
[Client] :art:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/base.styl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web/app/base.styl b/src/web/app/base.styl index fe0fe296fc..9fdb39a16c 100644 --- a/src/web/app/base.styl +++ b/src/web/app/base.styl @@ -40,6 +40,9 @@ html background #1269e2 color #fff + hr + border solid 1px #fff + #nprogress pointer-events none |