File tree Expand file tree Collapse file tree 3 files changed +457
-415
lines changed
Expand file tree Collapse file tree 3 files changed +457
-415
lines changed Original file line number Diff line number Diff line change 1+ body {
2+ font : 14 px/1.5 normal "Helvetica Neue" , Arial, sans-serif;
3+ color : # 333 ;
4+ }
5+ body ,
6+ html {
7+ background : # 333 ;
8+ }
19.monospace {
210 font-family : "Courier New" , monospace;
311}
4- body {
5- font : 12 px/1.5 normal Arial, sans-serif;
12+ .holder {
13+ padding : 10px 2% ;
14+ }
15+ h1 {
16+ font-size : 26px ;
17+ color : # cdcddc ;
18+ }
19+ h1 .version {
20+ color : # 64646e ;
21+ font-size : 10px ;
22+ padding-left : 2em ;
623}
724.h {
8- font-size : 16 px ;
25+ font-size : 18 px ;
926 text-shadow : 1px 1px 1px rgba (0 , 0 , 0 , 0.4 );
1027 margin : 0 0 10px ;
1128 color : # e1e128 ;
Original file line number Diff line number Diff line change 11
22@color : rgb (205 , 205 , 220 );
3+ @light : rgb (100 , 100 , 110 );
4+
35@head-color : rgb (225 , 225 , 40 );
46@border-color : rgb (200 , 165 , 25 );
57
8+ body {
9+ font : 14px / 1.5 normal " Helvetica Neue" , Arial , sans-serif ;
10+ color : #333 ;
11+ }
12+
13+ body , html {
14+ background : #333 ;
15+ }
16+
17+
618.monospace {
719 font-family : " Courier New" , monospace ;
820 }
921
10- body {
11- font : 12px / 1.5 normal Arial , sans-serif ;
22+
23+ .holder {
24+ padding : 10px 2% ;
25+ }
26+
27+ h1 {
28+ font-size : 26px ;
29+ color : @color ;
30+
31+ .version {
32+ color : @light ;
33+ font-size : 10px ;
34+ padding-left : 2em ;
35+ }
1236 }
1337
1438.h {
15- font-size : 16 px ;
39+ font-size : 18 px ;
1640 text-shadow : 1px 1px 1px rgba (0 ,0 ,0 ,.4 );
1741 margin : 0 0 10px ;
1842 color : @head-color ;
You can’t perform that action at this time.
0 commit comments