1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-21 21:44:43 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
syuilo
d92f501b50 2.16.7 2018-05-24 06:22:20 +09:00
syuilo
be408ba6ea Fix 2018-05-24 06:22:10 +09:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "2.16.6",
"clientVersion": "1.0.5686",
"version": "2.16.7",
"clientVersion": "1.0.5688",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,

View File

@@ -337,7 +337,7 @@ root(isDark)
padding 0 16px
//font-weight bold
line-height 32px
color rgba(#000, 0.3)
color rgba(isDark ? #fff : #000, 0.3)
background isDark ? #191b22 : #fff
> footer