diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-05-19 17:21:11 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-05-19 17:21:11 +0900 |
| commit | 4702f99c83a9ac7004e2a5f9ccc70f3e4a843115 (patch) | |
| tree | 82e6d7588d3e2df24f0d2b7ba9dbe18aa429aca4 /packages/client/src | |
| parent | chore(client): tweak loading spinner design (diff) | |
| parent | enhance: uniform theme color (#8702) (diff) | |
| download | sharkey-4702f99c83a9ac7004e2a5f9ccc70f3e4a843115.tar.gz sharkey-4702f99c83a9ac7004e2a5f9ccc70f3e4a843115.tar.bz2 sharkey-4702f99c83a9ac7004e2a5f9ccc70f3e4a843115.zip | |
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to 'packages/client/src')
| -rw-r--r-- | packages/client/src/components/instance-ticker.vue | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/client/src/components/instance-ticker.vue b/packages/client/src/components/instance-ticker.vue index 9b0a18ec90..c32409ecf4 100644 --- a/packages/client/src/components/instance-ticker.vue +++ b/packages/client/src/components/instance-ticker.vue @@ -39,6 +39,19 @@ const bg = { border-radius: 4px 0 0 4px; overflow: hidden; color: #fff; + text-shadow: /* .866 ≈ sin(60deg) */ + 1px 0 1px #000, + .866px .5px 1px #000, + .5px .866px 1px #000, + 0 1px 1px #000, + -.5px .866px 1px #000, + -.866px .5px 1px #000, + -1px 0 1px #000, + -.866px -.5px 1px #000, + -.5px -.866px 1px #000, + 0 -1px 1px #000, + .5px -.866px 1px #000, + .866px -.5px 1px #000; > .icon { height: 100%; |