Added base styles, variables, and mixins
This commit is contained in:
13
src/styles/base.css
Normal file
13
src/styles/base.css
Normal file
@@ -0,0 +1,13 @@
|
||||
html {
|
||||
font-size: var(--font-size-base);
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: var(--font-geist-sans);
|
||||
font-weight: var(--typo-weight-normal);
|
||||
color: var(--color-text-primary);
|
||||
background-color: var(--color-surface-base);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user