use new styling method

This commit is contained in:
naskya 2023-04-30 23:28:17 +09:00
parent be58c08337
commit fb3a43aeba
No known key found for this signature in database
GPG key ID: 164DFF24E2D40139

View file

@ -2,7 +2,7 @@
<MkStickyContainer>
<template #header><MkPageHeader /></template>
<MkSpacer :content-max="800">
<div class="mwysmxbg">
<div :class="$style.root">
<div>{{ i18n.ts._mfm.intro }}</div>
<br />
<div class="section _block">
@ -478,8 +478,8 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
.mwysmxbg {
<style lang="scss" module>
.root {
background: var(--bg);
> .section {