mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
fix steam widget in dark mode.
This commit is contained in:
@@ -319,6 +319,7 @@ function Article({resource}: { resource: ResourceDetails }) {
|
|||||||
if (!Number.isNaN(Number(appId))) {
|
if (!Number.isNaN(Number(appId))) {
|
||||||
return <div className={"max-w-xl h-52 sm:h-48 my-2"}>
|
return <div className={"max-w-xl h-52 sm:h-48 my-2"}>
|
||||||
<iframe
|
<iframe
|
||||||
|
className={"scheme-light"}
|
||||||
src={`https://store.steampowered.com/widget/${appId}/`}
|
src={`https://store.steampowered.com/widget/${appId}/`}
|
||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user