mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(skins): add html port of minimal skin (#140)
This commit is contained in:
@@ -185,7 +185,7 @@ export default function App(): JSX.Element {
|
||||
<MediaProvider key={key}>
|
||||
<Skin className={skinClassName}>
|
||||
{/* @ts-expect-error -- types are incorrect */}
|
||||
<Video src={mediaSource} poster={poster} playsinline />
|
||||
<Video src={mediaSource} poster={poster} playsInline />
|
||||
</Skin>
|
||||
</MediaProvider>
|
||||
</div>
|
||||
|
||||
@@ -6,13 +6,5 @@
|
||||
'Noto Color Emoji';
|
||||
}
|
||||
|
||||
.body {
|
||||
@apply antialiased font-[510] font-sans text-[0.8125rem] @7xl/root:text-[0.9375rem] leading-normal tracking-[-0.0125em];
|
||||
}
|
||||
|
||||
:root {
|
||||
font-feature-settings: 'cv01', 'ss01', 'ss03';
|
||||
}
|
||||
|
||||
/* Make reduced-transparency variant */
|
||||
@custom-variant reduced-transparency @media (prefers-reduced-transparency: reduce);
|
||||
|
||||
Reference in New Issue
Block a user