diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-18 00:47:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-18 00:47:09 +0900 |
| commit | f9d5d9e30bbd06a5d3c5d914334ea416b5b3bcee (patch) | |
| tree | 0fe8bc615e98ac5d5ee73c93654e73c1c4b428be /src/docs/api/endpoints/style.styl | |
| parent | 4.21.0 (diff) | |
| download | sharkey-f9d5d9e30bbd06a5d3c5d914334ea416b5b3bcee.tar.gz sharkey-f9d5d9e30bbd06a5d3c5d914334ea416b5b3bcee.tar.bz2 sharkey-f9d5d9e30bbd06a5d3c5d914334ea416b5b3bcee.zip | |
Improve doc
Diffstat (limited to 'src/docs/api/endpoints/style.styl')
| -rw-r--r-- | src/docs/api/endpoints/style.styl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/docs/api/endpoints/style.styl b/src/docs/api/endpoints/style.styl index 2af9fe9a77..e7e32b3395 100644 --- a/src/docs/api/endpoints/style.styl +++ b/src/docs/api/endpoints/style.styl @@ -6,12 +6,14 @@ color #fff background #222e40 border-radius 4px + overflow auto + white-space nowrap > .method display inline-block margin 0 8px 0 0 padding 0 6px - color #f4fcff + color #fff background #17afc7 border-radius 4px user-select none |