Remove Toastify icon color variable and delete unused YouTube component
This commit is contained in:
@@ -8,10 +8,6 @@
|
|||||||
--font-mono: "Geist Mono", ui-monospace, monospace;
|
--font-mono: "Geist Mono", ui-monospace, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
|
||||||
--toastify-icon-color-success: #fefdf3 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background-color: #47a3f3;
|
background-color: #47a3f3;
|
||||||
color: #fefefe;
|
color: #fefefe;
|
||||||
|
@@ -1,20 +0,0 @@
|
|||||||
---
|
|
||||||
import YT from "react-youtube";
|
|
||||||
|
|
||||||
interface Props {
|
|
||||||
videoId: string;
|
|
||||||
}
|
|
||||||
|
|
||||||
const { videoId } = Astro.props;
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="relative w-full h-0 pb-[56.25%] my-6">
|
|
||||||
<YT
|
|
||||||
opts={{
|
|
||||||
height: "100%",
|
|
||||||
width: "100%",
|
|
||||||
}}
|
|
||||||
videoId={videoId}
|
|
||||||
class="absolute top-0 left-0 w-full h-full"
|
|
||||||
/>
|
|
||||||
</div>
|
|
Reference in New Issue
Block a user