# Minimum viable Dark Mode

> Clean Markdown view of GeekNews topic #1884. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1884](https://news.hada.io/topic?id=1884)
- GeekNews Markdown: [https://news.hada.io/topic/1884.md](https://news.hada.io/topic/1884.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-04-14T09:43:17+09:00
- Updated: 2020-04-14T09:43:17+09:00
- Original source: [chasem.co](https://chasem.co/2019/09/mvp-dark-mode)
- Points: 12
- Comments: 1

## Topic Body

딱 한줄로 다크모드 CSS 구현하기

@media (prefers-color-scheme: dark) {

ㅤㅤfilter: invert(90%) hue-rotate(25deg);

}

복잡하지 않은 블로그 등에는 적용 가능할 듯

## Comments



### Comment 1580

- Author: xguru
- Created: 2020-04-14T09:43:21+09:00
- Points: 1

다크모드 웹 페이지 디자인 ( 한글 ) https://news.hada.io/topic?id=643

Material Design - Dark Theme 디자인 가이드 (한글 번역본 포함) https://news.hada.io/topic?id=69
