Skip to content

Commit ab17118

Browse files
committed
Prettify css
1 parent 6f7275c commit ab17118

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

example/app.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
* {
2-
height:100%;
3-
padding:0;
4-
margin:0;
2+
height: 100%;
3+
padding: 0;
4+
margin: 0;
55
}
66

77
body {
8-
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
8+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue',
9+
sans-serif;
910
font-size: 35px;
10-
background-color: #2C2D9F;
11+
background-color: #2c2d9f;
1112
color: #ffffff;
1213
}
1314

0 commit comments

Comments
 (0)