Update index.css
parent
365d9108fd
commit
8cf50ca173
|
@ -21,8 +21,8 @@ body {
|
||||||
font-family: -apple-system, system-ui, sans-serif;
|
font-family: -apple-system, system-ui, sans-serif;
|
||||||
/*color: var(--darkgray);
|
/*color: var(--darkgray);
|
||||||
background-color: var(--white);*/
|
background-color: var(--white);*/
|
||||||
color: #222;
|
color: var(--white);
|
||||||
background: #fff;
|
background-color: var(--black);
|
||||||
}
|
}
|
||||||
p:last-child {
|
p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
Loading…
Reference in New Issue