fix: 삼성 브라우저 다크모드 색상 틀어짐 수정 시도

This commit is contained in:
2023-03-13 03:03:05 +09:00
parent 90509516dd
commit f97b6e10d3
62 changed files with 71 additions and 4 deletions
+7
View File
@@ -7,6 +7,13 @@ html {
color: white;
}
@media (prefers-color-scheme: dark) {
html {
background: black;
color: white;
}
}
//TODO: 삭제!!
table.tb_layout {
border-collapse: collapse;