(fix) 藍モードの背景が当たらない問題を修正?

This commit is contained in:
kakkokari-gtyih 2023-12-12 23:07:13 +09:00
parent 4846cf162c
commit 1aae26646a

View File

@ -53,5 +53,7 @@ iframe {
height: 600px;
border: none;
pointer-events: none;
background: transparent;
color-scheme: light dark;
}
</style>