24 lines
281 B
SCSS
24 lines
281 B
SCSS
html {
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
background: #F2F2F2;
|
|
> header {
|
|
padding: 2rem;
|
|
background: #282A36;
|
|
color: white;
|
|
a {
|
|
color: #87D2C8;
|
|
}
|
|
}
|
|
}
|
|
|
|
.text-code {
|
|
font-family: 'Source Code Pro', monospace;
|
|
}
|
|
|
|
.text-success {
|
|
color: #28C665;
|
|
}
|