18 lines
184 B
SCSS
18 lines
184 B
SCSS
.current {
|
|
color: green;
|
|
}
|
|
body {
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
|
|
div {
|
|
max-width: 700px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
ul, ol {
|
|
text-align: left;
|
|
}
|