summaryrefslogtreecommitdiff
path: root/packages/client/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-05-19 17:21:11 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-05-19 17:21:11 +0900
commit4702f99c83a9ac7004e2a5f9ccc70f3e4a843115 (patch)
tree82e6d7588d3e2df24f0d2b7ba9dbe18aa429aca4 /packages/client/src
parentchore(client): tweak loading spinner design (diff)
parentenhance: uniform theme color (#8702) (diff)
downloadsharkey-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.vue13
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%;