Files
legolog/client/public/global.css
2022-01-26 22:25:58 +00:00

21 lines
440 B
CSS

body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
text-decoration: none;
/* background-color: rgb(241, 241, 241); */
background-color: #D7C2FF;
width: 70%;
display: block;
margin-left: auto;
margin-right: auto;
}
.text {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #333;
line-height: 1.5;
}