25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
- /* You can add global styles to this file, and also import other style files */
-
- * {
- font-family: 'Roboto', sans-serif;
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- line-height: 1.7;
- letter-spacing: 0.5px;
- font-weight: 400;
- outline: none;
- }
-
- :root {
- --black: #1a1a1a;
- --ash-black: #282828;
- --dark-grey: #4d4d4d;
- --light-grey: #999999;
- --teal: #06c4a8;
- --green: #8cc63f;
- --teal-green: #08c17e;
- }
|