1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 17:34:14 +02:00
This commit is contained in:
syuilo
2018-09-27 11:55:17 +09:00
parent 1eb6ad58d5
commit 0ef64a6d0b
12 changed files with 57 additions and 47 deletions

View File

@@ -33,7 +33,7 @@ root(isDark)
display flex
padding 16px
font-size 10px
background isDark ? #21242d : #fcfcfc
background var(--subNoteBg)
&.smart
> .main

View File

@@ -402,7 +402,7 @@ root(isDark)
border none
box-shadow none
font-size 1em
color isDark ? #606984 : #ddd
color var(--noteActions)
cursor pointer
&:not(:last-child)