Skip to content

Commit

Permalink
Set anchor element color
Browse files Browse the repository at this point in the history
  • Loading branch information
MaySoMusician committed Jul 8, 2021
1 parent 29a6eaf commit 361ec22
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,33 @@
<CFlex justify="center"></CFlex>
</CBox> -->
</transition>
<transition name="fade4" mode="out-in" appear></transition>
<transition name="fade4" mode="out-in" appear>
<CBox id="privacy" as="section" :class="[$style.SectionContainer]">
<CHeading as="h2">プライバシー ポリシー</CHeading>
<CBox :px="{ base: '1.5rem', md: '4rem' }" text-indent="1em">
<CText
>本サイトでは、Webサイト・サービスの改善のためにGoogle
アナリティクスを使用しています。</CText
>
<CText
>Google
アナリティクスは、データを収集するために、Cookieの設定・読取、個人を特定しない端末情報などの送信を行います(IPアドレスは匿名化されます)。</CText
><CText
>詳しい仕組みは<CLink
href="https://www.google.com/intl/ja/policies/privacy/partners"
is-external
>こちら</CLink
>をご覧ください。</CText
><CText mt="0.8em"
>皆さまの使用状況にあわせてサイトを改良するために、データを収集・使用しておりますので、どうかご協力よろしくお願いいたします。データを収集されたくない場合は、ブラウザのCookieを無効にするか、<CLink
href="https://tools.google.com/dlpage/gaoptout?hl=ja"
is-external
>専用のアドオン</CLink
>(PCのみ)をご利用ください。</CText
>
</CBox>
</CBox>
</transition>
</div>
</template>

Expand Down Expand Up @@ -221,6 +247,10 @@ export default vue
@include headingBorderAboveBelow();
}
a {
color: #517d7a;
}
}
}
Expand Down

0 comments on commit 361ec22

Please sign in to comment.