data/styles/screen.css in genit-0.3 vs data/styles/screen.css in genit-0.4

- old
+ new

@@ -1,25 +1,50 @@ -/* Write your rules */ +/* Delete this content and write your own rules */ + +body { +width:600px; +margin:0 auto; +font-family: Arial, Helvetica, FreeSans, sans-serif; +} + +#menu { display:none;} + +p { +font-size:1.2em; +color:#555; +} + +p:hover {color:#001;} + +p:hover a { +background-color:#001 !important; +color:white !important; +text-decoration:none !important; +} + +a { +color:#334 !important; +}