💄 fix: darkmode

This commit is contained in:
沈宇
2020-09-09 12:39:01 +08:00
parent 14e0f01357
commit ee3908d8aa
4 changed files with 12 additions and 7 deletions

View File

@@ -30,4 +30,9 @@ darkmode()
input::-moz-input-placeholder
color: #ccc;
input::-ms-input-placeholder
color: #ccc;
color: #ccc;
.categories-box a
color: #f2f2f2;
#friends_link .friends_li a
background-color rgba(255,255,255,.15)
color: #fff;