Skip to content

Commit 8f5d1b7

Browse files
committed
Improved Ui
Changed BG color and paragraph is more legible now .
1 parent da2e778 commit 8f5d1b7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

css/demo.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ body {
1313
max-width: 750px;
1414
margin: 0 auto;
1515
padding: 1em;
16-
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
16+
font-family: 'Open Sans', sans-serif;
1717
font-size: 1em;
1818
line-height: 1.4em;
19-
background: #222;
19+
background: #4D5275;
2020
color: #fff;
2121
-webkit-text-size-adjust: 100%;
2222
-ms-text-size-adjust: 100%;
@@ -32,6 +32,11 @@ img {
3232
h1 {
3333
line-height: 1em;
3434
}
35+
p {
36+
line-height: 1.9em;
37+
letter-spacing: 1px;
38+
word-spacing: 4px;
39+
}
3540
table {
3641
width: 100%;
3742
word-wrap: break-word;

0 commit comments

Comments
 (0)