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
+2 -2
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,
@@ -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