Files
17th-Site-Front-End-V2/17th Website/src/assets/base.css

29 lines
598 B
CSS

/* color palette from <https://github.com/vuejs/theme> */
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--background-primary: #272731;
--background-secondary: #1C1C21;
--accent-primary: #01bde7;
--white: #EDF2F4;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h1 {
color: var(--white);
font-weight: 400;
font-size: 60px;
margin: 20px 0 20px 0px;
}
h2 {
color: var(--white);
font-weight: 300;
font-size: 40px;
margin: 0px 0 0px 0px;
}