enhance(backend): 🎨

This commit is contained in:
NoriDev 2023-10-04 23:05:53 +09:00
parent 331a0e6efe
commit a4a41187dd
3 changed files with 17 additions and 6 deletions

View file

@ -38,6 +38,7 @@ Misskey의 전체 변경 사항을 확인하려면, [CHANGELOG.md#2023xx](CHANGE
- 알림 채널을 선택할 수 있음
- 다음 릴리즈 출시까지 알리지 않도록 설정할 수 있음
- Enhance: 그룹 대화에서 읽음 표시를 개선
- Enhance: cli, bios 페이지 개선
- Fix: 서브 노트 기능 오류
- 서브 노트에서 더 보기 버튼을 사용할 수 없음
- 리액션 변경 기능을 사용할 수 없음

View file

@ -42,15 +42,20 @@
}
html {
background: #ffb4e1;
background: #202020;
}
header {
color: #fff;
}
main {
background: #dedede;
background: #262626;
color: #fff;
}
main > .tabs {
padding: 16px;
border-bottom: solid 4px #c3c3c3;
border-bottom: solid 4px #fff;
}
#lsEditor > .adder {

View file

@ -42,16 +42,21 @@
}
html {
background: #ffb4e1;
background: #202020;
}
header {
color: #fff;
}
main {
background: #dedede;
background: #262626;
color: #fff;
}
#tl > div {
padding: 16px;
border-bottom: solid 1px #c3c3c3;
border-bottom: solid 1px #3e3e3e;
}
#tl > div > header {
font-weight: bold;