나이트모드 (nightmode)

변환하기

고정된 Navbar 에 있는 나이트모드 스위치 버튼을 눌러주세요.

폰트 색 지정하기

나이트모드에 따라 변경되는 색을 폰트에 지정할때 사용합니다.

나이트모드때 기본적으로 사용되는 폰트입니다.

나이트모드때 dark-color 로 지정해준 폰트입니다.

나이트모드때 light-color 로 지정해준 폰트입니다.

<p>I am the default setting of Nigtmode.</p>
<p class="dark-color">I am the <b>dark-color</b> of Nigtmode.</p>
<p class="light-color">I am the <b>light-color</b> of Nigtmode.</p>

배경 색 지정하기

나이트모드에 따라 변경되는 색을 배경에 지정할때 사용합니다.

나이트모드때 기본적으로 사용되는 배경색입니다.

나이트모드때 dark-bg 로 지정해준 배경색입니다.

나이트모드때 light-bg 로 지정해준 배경색입니다.

<p>I am the default setting of Nigtmode.</p>
<p class="dark-bg">I am the <b>dark-bg</b> of Nigtmode.</p>
<p class="light-bg">I am the <b>light-bg</b> of Nigtmode.</p>

나이트모드 폰트 색 제거하기

나이트모드에 따라 변경되는 폰트 색을 제거할때 사용합니다.

나이트모드에 따라 변경되는 폰트색입니다.

나이트모드여도 none-dark-color 는 light 색을 유지합니다.

나이트모드여도 none-light-color 는 dark 색을 유지합니다.

<p>I am the default setting of Nigtmode.</p>
<p class="none-dark-color">I am the <b>none-dark-color</b> of Nigtmode.</p>
<p class="none-light-color">I am the <b>none-light-color</b> of Nigtmode.</p>

나이트모드 배경 색 제거하기

나이트모드에 따라 변경되는 배경 색을 제거할때 사용합니다.

나이트모드에 따라 변경되는 배경색입니다.

나이트모드여도 none-dark-bg 는 light 색을 유지합니다.

나이트모드여도 none-light-bg 는 dark 색을 유지합니다.

<p>I am the default setting of Nigtmode.</p>
<p class="none-dark-bg">I am the <b>none-dark-bg</b> of Nigtmode.</p>
<p class="none-light-bg">I am the <b>none-light-bg</b> of Nigtmode.</p>