diff --git a/index.html b/index.html index 8ed7b4658e9b..b45880150aa2 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Spoon-Knife -testing this new fork +testing this new fork by SYS diff --git a/styles.css b/styles.css index 9b8528455cf7..34607a51b2f8 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,7 @@ * { margin:0px; padding:0px; + background: purple; } #octocat { @@ -13,5 +14,5 @@ p { display: block; width: 400px; margin: 50px auto; - font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; + font: 35px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; }