fix: 삼성 브라우저 다크모드 색상 틀어짐 수정 시도
This commit is contained in:
@@ -7,6 +7,13 @@ html {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
background: black;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
//TODO: 삭제!!
|
||||
table.tb_layout {
|
||||
border-collapse: collapse;
|
||||
|
||||
Reference in New Issue
Block a user