Files
blog/src/index.scss
2026-03-04 21:45:42 -06:00

24 lines
516 B
SCSS

body {
margin: 0;
width: 100%;
height: 100%;
background: black;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: white;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
button {
background: none;
border: none;
color: white;
cursor: pointer;
}