File tree Expand file tree Collapse file tree 1 file changed +7
-39
lines changed Expand file tree Collapse file tree 1 file changed +7
-39
lines changed Original file line number Diff line number Diff line change 7
7
background : # FEFEFE ;
8
8
color : # 151515 ; }
9
9
10
- .github-corner {
11
- border : 0 ;
12
- fill : # FEFEFE ;
13
- position : fixed;
14
- right : 0 ;
15
- top : 0 ;
16
- z-index : 99 ;
17
- padding : 0.5em ; }
18
- @media only screen and (min-device-width : 1024px ) and (min-device-height : 728px ) {
19
- .github-corner {
20
- padding : 0.2em ; } }
21
-
22
- # tldr # search-bar {
23
- font-size : 1.5em ;
24
- background-color : # 151515 ;
25
- color : # FEFEFE ;
26
- padding : 0.5em ;
27
- position : fixed;
28
- top : 0 ;
29
- left : 0 ;
30
- width : 100% ; }
31
- # tldr # search-bar * {
32
- font-family : "Source Code Pro" , courier new, courier; }
33
- # tldr # search-bar input , # tldr # search-bar input : focus {
34
- border : none;
35
- outline : none;
36
- background-color : # 151515 ;
37
- color : # FEFEFE ; }
38
- @media only screen and (orientation : landscape) {
39
- # tldr # search-bar {
40
- font-size : 2em ; } }
41
- @media only screen and (min-device-width : 1024px ) and (min-device-height : 728px ) {
42
- # tldr # search-bar {
43
- font-size : 1em ; } }
44
10
# tldr # page {
11
+ margin-bottom : 4em ;
45
12
font-size : 1.25em ;}
46
13
# tldr # page p {
47
14
margin : 0 ; }
@@ -54,9 +21,12 @@ body {
54
21
font-family : "Source Code Pro" , courier new, courier;
55
22
background-color : # f2f2f2 ;
56
23
color : # 212121 ;
57
- display : block;
58
- padding : 0.55 em 1.25 em ;
24
+ display : inline- block;
25
+ padding : 0.25 em 0.5 em ;
59
26
margin : 0 ; }
27
+ # tldr # page > p code {
28
+ display : block;
29
+ padding : 0.55em 1.25em ; }
60
30
# tldr # page ul {
61
31
list-style : none;
62
32
padding : 0 !important ;
@@ -67,10 +37,8 @@ body {
67
37
@media only screen and (min-device-width : 1024px ) {
68
38
# tldr # page {
69
39
font-size : 1em ; }
70
- # tldr # page code {
40
+ # tldr # page > p code {
71
41
padding-left : 3em ; }
72
42
# tldr # page ul li : before {
73
43
content : "*" ;
74
44
padding : 0 12px ; } }
75
-
76
- /*# sourceMappingURL=index.css.map */
You can’t perform that action at this time.
0 commit comments